// Employee Payroll Insights (payroll-management-system) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.departments), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.departments.createMany({
        data: [
            { id: 1, name: "product", manager: "Lena", budget: "82477.78" },
            { id: 2, name: "customerservice development", manager: "Mohamed", budget: "71900.39" },
            { id: 3, name: "marketing", manager: "Theo", budget: "330392.64" },
            { id: 4, name: "humanresources product", manager: "Jade", budget: "75076.50" },
            { id: 5, name: "qualityassurance design", manager: "Ines", budget: "163858.74" },
            { id: 6, name: "it research", manager: "Felix", budget: "54222.57" },
            { id: 7, name: "procurement", manager: "Tomas", budget: null },
            { id: 8, name: "research operations", manager: "Mia", budget: "70564.66" },
            { id: 9, name: "qualityassurance sales administration", manager: "Andre", budget: "284852.04" },
            { id: 10, name: "qualityassurance", manager: "Laura", budget: "51895.77" },
        ],
    });
    await prisma.employees.createMany({
        data: [
            { id: 1, first_name: "Marco", last_name: "Flores", email: "marco.flores@example.com", department_id: 9, role: "researcher specialist" },
            { id: 2, first_name: "Nadia", last_name: "Singh", email: "nadia.singh@example.com", department_id: 7, role: "officer director" },
            { id: 3, first_name: "Victor", last_name: "Wagner", email: "victor.wagner@example.net", department_id: 10, role: "designer analyst officer" },
            { id: 4, first_name: "Maria", last_name: "Kowalski", email: "maria.kowalski@example.net", department_id: 6, role: "coordinator" },
            { id: 5, first_name: null, last_name: "Wright", email: "user.wright@example.net", department_id: 9, role: "coordinator" },
            { id: 6, first_name: "Victor", last_name: "Costa", email: "victor.costa@example.com", department_id: 2, role: "analyst" },
            { id: 7, first_name: "Carla", last_name: null, email: "carla.example@example.org", department_id: 2, role: "trainee lead designer" },
            { id: 8, first_name: "Emma", last_name: "Castro", email: null, department_id: 8, role: "lead intern associate" },
            { id: 9, first_name: null, last_name: "Hoffmann", email: "user.hoffmann@example.com", department_id: 9, role: "designer executive specialist" },
            { id: 10, first_name: "Mohamed", last_name: "Sousa", email: "mohamed.sousa@example.net", department_id: 7, role: "director technician" },
            { id: 11, first_name: "Ravi", last_name: "Baker", email: "ravi.baker@example.org", department_id: 7, role: "designer lead" },
            { id: 12, first_name: "Tariq", last_name: "Dubois", email: "tariq.dubois@example.org", department_id: 3, role: "consultant developer" },
            { id: 13, first_name: "Nina", last_name: "Kowalski", email: null, department_id: 6, role: "executive analyst technician" },
            { id: 14, first_name: "Maria", last_name: "Young", email: "maria.young@example.com", department_id: 5, role: "director" },
            { id: 15, first_name: "Mateo", last_name: "Diaz", email: "mateo.diaz@example.org", department_id: 3, role: "representative designer lead" },
            { id: 16, first_name: "David", last_name: "Kim", email: "david.kim@example.com", department_id: 8, role: "coordinator designer analyst" },
            { id: 17, first_name: "Daniel", last_name: "Wright", email: "daniel.wright@example.org", department_id: 2, role: "coordinator specialist" },
            { id: 18, first_name: "Amir", last_name: "Chen", email: "amir.chen@example.com", department_id: 10, role: "developer specialist" },
            { id: 19, first_name: "Jack", last_name: "Miller", email: null, department_id: 5, role: "specialist intern coordinator" },
            { id: 20, first_name: "Sofia", last_name: "Hassan", email: "sofia.hassan@example.org", department_id: 3, role: "associate officer representative" },
            { id: 21, first_name: null, last_name: "Singh", email: "user.singh@example.org", department_id: 10, role: "administrator" },
            { id: 22, first_name: "Rafael", last_name: "Murphy", email: "rafael.murphy@example.org", department_id: 10, role: "technician" },
            { id: 23, first_name: "Isaac", last_name: "Oliveira", email: "isaac.oliveira@example.org", department_id: 9, role: "manager trainee" },
            { id: 24, first_name: null, last_name: "Gomez", email: "user.gomez@example.net", department_id: 3, role: "designer" },
            { id: 25, first_name: "Zoe", last_name: null, email: "zoe.example@example.net", department_id: 6, role: "associate researcher officer" },
            { id: 26, first_name: "Lucas", last_name: "Walker", email: "lucas.walker@example.net", department_id: 3, role: "director analyst designer" },
            { id: 27, first_name: "Mia", last_name: null, email: "mia.example@example.net", department_id: 3, role: "representative administrator specialist" },
            { id: 28, first_name: "Rosa", last_name: "Klein", email: "rosa.klein@example.org", department_id: 1, role: "designer technician associate" },
            { id: 29, first_name: "Oscar", last_name: "Martin", email: "oscar.martin@example.org", department_id: 7, role: "officer consultant trainee" },
            { id: 30, first_name: "Nadia", last_name: "Jensen", email: "nadia.jensen@example.com", department_id: 8, role: "technician trainee" },
            { id: 31, first_name: "Priya", last_name: "Dubois", email: "priya.dubois@example.net", department_id: 9, role: "consultant representative executive" },
            { id: 32, first_name: "Lucas", last_name: "Miller", email: "lucas.miller@example.org", department_id: 9, role: "executive associate" },
            { id: 33, first_name: null, last_name: "Sousa", email: "user.sousa@example.net", department_id: 1, role: "technician associate trainee" },
            { id: 34, first_name: "Elif", last_name: "Torres", email: "elif.torres@example.org", department_id: 5, role: "executive" },
            { id: 35, first_name: "Mohamed", last_name: "Schneider", email: "mohamed.schneider@example.net", department_id: 1, role: "consultant" },
            { id: 36, first_name: "Maja", last_name: "Gupta", email: "maja.gupta@example.net", department_id: 6, role: "lead designer" },
            { id: 37, first_name: "Mohamed", last_name: null, email: "mohamed.example@example.com", department_id: 9, role: "researcher" },
            { id: 38, first_name: "Ivan", last_name: "Flores", email: "ivan.flores@example.com", department_id: 7, role: "officer" },
            { id: 39, first_name: "Paula", last_name: "Andersen", email: "paula.andersen@example.com", department_id: 8, role: "director technician" },
            { id: 40, first_name: "Laura", last_name: "Gupta", email: "laura.gupta@example.org", department_id: 3, role: "associate" },
            { id: 41, first_name: "Paula", last_name: "Diaz", email: null, department_id: 9, role: "administrator officer specialist" },
            { id: 42, first_name: "Liam", last_name: "Sato", email: null, department_id: 3, role: "technician director" },
            { id: 43, first_name: "Julia", last_name: "Moreau", email: "julia.moreau@example.org", department_id: 1, role: "analyst researcher" },
            { id: 44, first_name: "Ana", last_name: "Kumar", email: null, department_id: 7, role: "strategist" },
            { id: 45, first_name: "Ruby", last_name: "Shah", email: "ruby.shah@example.org", department_id: 1, role: "trainee manager" },
            { id: 46, first_name: "Sara", last_name: "Almeida", email: "sara.almeida@example.com", department_id: 9, role: "associate administrator lead" },
            { id: 47, first_name: "Ivan", last_name: "Martin", email: "ivan.martin@example.com", department_id: 1, role: "executive intern representative" },
            { id: 48, first_name: null, last_name: "Castro", email: "user.castro@example.com", department_id: 8, role: "intern" },
            { id: 49, first_name: "Lucas", last_name: "Flores", email: "lucas.flores@example.com", department_id: 5, role: "trainee" },
            { id: 50, first_name: "Leo", last_name: "Costa", email: "leo.costa@example.net", department_id: 10, role: "manager engineer consultant" },
            { id: 51, first_name: null, last_name: "Ahmed", email: "user.ahmed@example.com", department_id: 2, role: "representative executive officer" },
            { id: 52, first_name: "Selin", last_name: "Tanaka", email: "selin.tanaka@example.net", department_id: 6, role: "analyst administrator" },
            { id: 53, first_name: "David", last_name: null, email: null, department_id: 10, role: "lead" },
            { id: 54, first_name: "Uma", last_name: "Nakamura", email: "uma.nakamura@example.net", department_id: 5, role: "administrator designer" },
            { id: 55, first_name: "Mia", last_name: "Tanaka", email: "mia.tanaka@example.org", department_id: 8, role: "representative" },
            { id: 56, first_name: "Nour", last_name: "Ruiz", email: "nour.ruiz@example.org", department_id: 4, role: "designer analyst specialist" },
            { id: 57, first_name: "Hana", last_name: "Mendes", email: "hana.mendes@example.net", department_id: 5, role: "director" },
            { id: 58, first_name: "James", last_name: "Bauer", email: "james.bauer@example.net", department_id: 7, role: "director" },
            { id: 59, first_name: "Pedro", last_name: null, email: "pedro.example@example.net", department_id: 9, role: "director" },
            { id: 60, first_name: "Daniel", last_name: "Rossi", email: "daniel.rossi@example.net", department_id: 2, role: "trainee intern analyst" },
            { id: 61, first_name: "Ruby", last_name: "Jansen", email: "ruby.jansen@example.net", department_id: 8, role: "specialist" },
            { id: 62, first_name: null, last_name: "Zhang", email: "user.zhang@example.com", department_id: 10, role: "intern trainee executive" },
            { id: 63, first_name: "Sara", last_name: "Andersen", email: "sara.andersen@example.net", department_id: 6, role: "manager lead analyst" },
            { id: 64, first_name: null, last_name: "Meyer", email: "user.meyer@example.com", department_id: 4, role: "administrator representative" },
            { id: 65, first_name: "Felix", last_name: "Nguyen", email: "felix.nguyen@example.org", department_id: 1, role: "representative" },
            { id: 66, first_name: "Amir", last_name: "Johnson", email: "amir.johnson@example.com", department_id: 5, role: "coordinator representative intern" },
            { id: 67, first_name: "Liam", last_name: "Klein", email: "liam.klein@example.com", department_id: 1, role: "manager executive" },
            { id: 68, first_name: "Selin", last_name: "Pereira", email: "selin.pereira@example.org", department_id: 7, role: "trainee researcher specialist" },
            { id: 69, first_name: null, last_name: "Almeida", email: "user.almeida@example.org", department_id: 1, role: "strategist" },
            { id: 70, first_name: "Amir", last_name: "Nakamura", email: "amir.nakamura@example.net", department_id: 1, role: "administrator director" },
            { id: 71, first_name: "Carla", last_name: "Meyer", email: "carla.meyer@example.com", department_id: 8, role: "intern researcher" },
            { id: 72, first_name: "Rafael", last_name: null, email: "rafael.example@example.com", department_id: 7, role: "executive analyst engineer" },
            { id: 73, first_name: "Felix", last_name: "Bauer", email: "felix.bauer@example.com", department_id: 7, role: "officer researcher strategist" },
            { id: 74, first_name: "Victor", last_name: "Becker", email: "victor.becker@example.net", department_id: 1, role: "administrator" },
            { id: 75, first_name: "Karim", last_name: "Mendes", email: null, department_id: 4, role: "director lead" },
            { id: 76, first_name: "Jonas", last_name: "Meyer", email: "jonas.meyer@example.net", department_id: 5, role: "consultant" },
            { id: 77, first_name: "Chloe", last_name: "Smith", email: null, department_id: 10, role: "trainee consultant strategist" },
            { id: 78, first_name: "Elena", last_name: "Clark", email: "elena.clark@example.net", department_id: 3, role: "analyst manager representative" },
            { id: 79, first_name: null, last_name: "Park", email: "user.park@example.com", department_id: 5, role: "strategist associate" },
            { id: 80, first_name: "Pedro", last_name: "Taylor", email: "pedro.taylor@example.net", department_id: 5, role: "intern" },
            { id: 81, first_name: "Mia", last_name: "Park", email: "mia.park@example.org", department_id: 2, role: "analyst manager" },
            { id: 82, first_name: "Uma", last_name: "Zhang", email: "uma.zhang@example.org", department_id: 4, role: "trainee associate" },
            { id: 83, first_name: "Sam", last_name: "Torres", email: "sam.torres@example.net", department_id: 3, role: "lead manager officer" },
            { id: 84, first_name: "Andre", last_name: "Becker", email: "andre.becker@example.org", department_id: 2, role: "developer" },
            { id: 85, first_name: "Grace", last_name: "Wagner", email: null, department_id: 9, role: "researcher" },
            { id: 86, first_name: "Rosa", last_name: "Demir", email: "rosa.demir@example.net", department_id: 1, role: "officer representative" },
            { id: 87, first_name: "Karim", last_name: "Hassan", email: "karim.hassan@example.com", department_id: 3, role: "coordinator representative" },
            { id: 88, first_name: "Olivia", last_name: "Larsen", email: "olivia.larsen@example.com", department_id: 2, role: "technician manager specialist" },
            { id: 89, first_name: null, last_name: "Wang", email: null, department_id: 3, role: "technician" },
            { id: 90, first_name: "Maria", last_name: "Sousa", email: "maria.sousa@example.com", department_id: 10, role: "engineer associate executive" },
            { id: 91, first_name: "Laura", last_name: null, email: "laura.example@example.org", department_id: 9, role: "coordinator lead" },
            { id: 92, first_name: "Ana", last_name: "Ruiz", email: "ana.ruiz@example.net", department_id: 7, role: "coordinator manager director" },
            { id: 93, first_name: "Zoe", last_name: "Silva", email: "zoe.silva@example.com", department_id: 6, role: "lead intern" },
            { id: 94, first_name: "Wei", last_name: "Lopez", email: "wei.lopez@example.com", department_id: 10, role: "trainee coordinator" },
            { id: 95, first_name: "Deniz", last_name: "Torres", email: "deniz.torres@example.com", department_id: 6, role: "consultant" },
            { id: 96, first_name: "Mia", last_name: "Miller", email: "mia.miller@example.net", department_id: 8, role: "officer engineer" },
            { id: 97, first_name: null, last_name: "Schneider", email: "user.schneider@example.com", department_id: 2, role: "coordinator intern analyst" },
            { id: 98, first_name: "Felix", last_name: null, email: "felix.example@example.com", department_id: 4, role: "executive" },
            { id: 99, first_name: "Victor", last_name: "Reyes", email: "victor.reyes@example.net", department_id: 9, role: "specialist" },
            { id: 100, first_name: "Alice", last_name: "Smith", email: "alice.smith@example.com", department_id: 6, role: "specialist executive administrator" },
            { id: 101, first_name: "Priya", last_name: "Young", email: "priya.young@example.com", department_id: 4, role: "executive director" },
            { id: 102, first_name: "Tomas", last_name: "Klein", email: "tomas.klein@example.org", department_id: 2, role: "executive" },
            { id: 103, first_name: null, last_name: "Evans", email: "user.evans@example.org", department_id: 7, role: "trainee administrator technician" },
            { id: 104, first_name: null, last_name: null, email: null, department_id: 9, role: "consultant strategist developer" },
            { id: 105, first_name: "Theo", last_name: "Mendes", email: "theo.mendes@example.org", department_id: 8, role: "associate" },
            { id: 106, first_name: "Karim", last_name: "Sato", email: "karim.sato@example.net", department_id: 2, role: "consultant intern developer" },
            { id: 107, first_name: "James", last_name: null, email: "james.example@example.net", department_id: 4, role: "associate officer engineer" },
            { id: 108, first_name: "Laura", last_name: null, email: null, department_id: 9, role: "specialist associate" },
            { id: 109, first_name: "Arjun", last_name: null, email: "arjun.example@example.net", department_id: 7, role: "strategist" },
            { id: 110, first_name: "Ben", last_name: "Park", email: "ben.park@example.net", department_id: 10, role: "coordinator administrator developer" },
            { id: 111, first_name: "Uma", last_name: "Baker", email: "uma.baker@example.org", department_id: 4, role: "analyst" },
            { id: 112, first_name: "Sara", last_name: "Dubois", email: "sara.dubois@example.org", department_id: 8, role: "officer lead manager" },
            { id: 113, first_name: "Jade", last_name: "Miller", email: null, department_id: 4, role: "engineer manager administrator" },
            { id: 114, first_name: null, last_name: null, email: null, department_id: 8, role: "strategist" },
            { id: 115, first_name: "Ravi", last_name: "Ali", email: "ravi.ali@example.net", department_id: 1, role: "officer" },
            { id: 116, first_name: "Omar", last_name: "Martin", email: "omar.martin@example.org", department_id: 6, role: "specialist" },
            { id: 117, first_name: "Chen", last_name: "Lee", email: "chen.lee@example.com", department_id: 6, role: "technician analyst lead" },
            { id: 118, first_name: "Yara", last_name: "Schmidt", email: "yara.schmidt@example.org", department_id: 9, role: "trainee" },
            { id: 119, first_name: "Rosa", last_name: "Yilmaz", email: null, department_id: 2, role: "consultant technician lead" },
            { id: 120, first_name: "Ivan", last_name: "Gupta", email: "ivan.gupta@example.org", department_id: 6, role: "associate trainee administrator" },
            { id: 121, first_name: null, last_name: "Castro", email: "user.castro@example.net", department_id: 3, role: "researcher" },
            { id: 122, first_name: "James", last_name: "Klein", email: "james.klein@example.net", department_id: 2, role: "specialist intern" },
            { id: 123, first_name: "Daniel", last_name: "Lopez", email: "daniel.lopez@example.org", department_id: 1, role: "analyst coordinator" },
            { id: 124, first_name: "Rafael", last_name: "Nakamura", email: "rafael.nakamura@example.net", department_id: 7, role: "specialist executive officer" },
            { id: 125, first_name: null, last_name: "Kim", email: "user.kim@example.org", department_id: 5, role: "associate developer" },
            { id: 126, first_name: "Lina", last_name: "Torres", email: "lina.torres@example.com", department_id: 3, role: "engineer administrator" },
            { id: 127, first_name: "Theo", last_name: "Davis", email: null, department_id: 2, role: "engineer consultant" },
            { id: 128, first_name: "Tariq", last_name: "Gupta", email: "tariq.gupta@example.org", department_id: 6, role: "intern" },
            { id: 129, first_name: "Noah", last_name: "Garcia", email: "noah.garcia@example.net", department_id: 1, role: "executive" },
            { id: 130, first_name: "Isaac", last_name: "Hughes", email: "isaac.hughes@example.com", department_id: 6, role: "trainee associate consultant" },
            { id: 131, first_name: "Olivia", last_name: null, email: null, department_id: 9, role: "specialist" },
            { id: 132, first_name: null, last_name: "Sousa", email: "user.sousa@example.org", department_id: 10, role: "associate" },
            { id: 133, first_name: "Sam", last_name: "Taylor", email: "sam.taylor@example.com", department_id: 6, role: "researcher analyst representative" },
            { id: 134, first_name: "Jack", last_name: "Schmidt", email: "jack.schmidt@example.org", department_id: 2, role: "officer representative" },
            { id: 135, first_name: "Elif", last_name: "Ahmed", email: "elif.ahmed@example.com", department_id: 7, role: "technician representative trainee" },
            { id: 136, first_name: "Kai", last_name: "Cruz", email: "kai.cruz@example.net", department_id: 6, role: "administrator developer" },
            { id: 137, first_name: "James", last_name: "Singh", email: null, department_id: 3, role: "trainee manager representative" },
            { id: 138, first_name: "Yusuf", last_name: "Oliveira", email: "yusuf.oliveira@example.com", department_id: 6, role: "representative" },
            { id: 139, first_name: "Laura", last_name: "Mendes", email: "laura.mendes@example.net", department_id: 1, role: "specialist manager" },
            { id: 140, first_name: "Andre", last_name: "Walker", email: "andre.walker@example.org", department_id: 1, role: "developer coordinator designer" },
            { id: 141, first_name: "Hugo", last_name: "Tanaka", email: "hugo.tanaka@example.net", department_id: 10, role: "engineer" },
            { id: 142, first_name: null, last_name: "Costa", email: "user.costa@example.net", department_id: 4, role: "associate" },
            { id: 143, first_name: "Leo", last_name: null, email: "leo.example@example.net", department_id: 3, role: "officer" },
            { id: 144, first_name: "Ravi", last_name: "Nguyen", email: "ravi.nguyen@example.net", department_id: 9, role: "manager trainee developer" },
            { id: 145, first_name: "Elena", last_name: "Miller", email: "elena.miller@example.org", department_id: 8, role: "engineer" },
            { id: 146, first_name: null, last_name: "Evans", email: "user.evans@example.com", department_id: 3, role: "associate" },
            { id: 147, first_name: "Jade", last_name: "Taylor", email: "jade.taylor@example.com", department_id: 7, role: "strategist analyst" },
            { id: 148, first_name: "Yusuf", last_name: "Silva", email: "yusuf.silva@example.org", department_id: 9, role: "analyst technician director" },
            { id: 149, first_name: "Ibrahim", last_name: "Adams", email: "ibrahim.adams@example.com", department_id: 8, role: "consultant" },
            { id: 150, first_name: "Mia", last_name: "Murphy", email: "mia.murphy@example.org", department_id: 7, role: "consultant engineer" },
            { id: 151, first_name: "Rafael", last_name: "Zhang", email: "rafael.zhang@example.net", department_id: 4, role: "lead analyst" },
            { id: 152, first_name: "Nina", last_name: "Gomez", email: null, department_id: 2, role: "administrator" },
            { id: 153, first_name: "Nina", last_name: "Clark", email: "nina.clark@example.org", department_id: 6, role: "associate consultant intern" },
            { id: 154, first_name: "Liam", last_name: "Sousa", email: "liam.sousa@example.net", department_id: 8, role: "intern" },
            { id: 155, first_name: null, last_name: "Ibrahim", email: "user.ibrahim@example.org", department_id: 7, role: "representative" },
            { id: 156, first_name: "Andre", last_name: "Kowalski", email: "andre.kowalski@example.com", department_id: 2, role: "administrator" },
            { id: 157, first_name: "Nour", last_name: "Moreau", email: "nour.moreau@example.net", department_id: 1, role: "developer lead trainee" },
            { id: 158, first_name: "Chen", last_name: "Taylor", email: "chen.taylor@example.org", department_id: 3, role: "coordinator" },
            { id: 159, first_name: "Laura", last_name: "Flores", email: null, department_id: 2, role: "officer engineer coordinator" },
            { id: 160, first_name: "Ravi", last_name: "Mendes", email: "ravi.mendes@example.org", department_id: 4, role: "director lead associate" },
            { id: 161, first_name: "Mohamed", last_name: "Ali", email: "mohamed.ali@example.org", department_id: 5, role: "coordinator strategist manager" },
            { id: 162, first_name: "Pedro", last_name: "Rossi", email: "pedro.rossi@example.net", department_id: 7, role: "manager strategist director" },
            { id: 163, first_name: "Anna", last_name: "Ruiz", email: "anna.ruiz@example.net", department_id: 6, role: "representative" },
            { id: 164, first_name: "Arjun", last_name: "Tanaka", email: "arjun.tanaka@example.com", department_id: 6, role: "executive manager representative" },
            { id: 165, first_name: "Maja", last_name: "Shah", email: "maja.shah@example.net", department_id: 1, role: "manager executive developer" },
            { id: 166, first_name: "Carlos", last_name: "Hassan", email: "carlos.hassan@example.net", department_id: 9, role: "manager executive" },
            { id: 167, first_name: "Ivan", last_name: "Walker", email: "ivan.walker@example.net", department_id: 9, role: "consultant director" },
            { id: 168, first_name: "Selin", last_name: "Miller", email: "selin.miller@example.net", department_id: 3, role: "director" },
            { id: 169, first_name: "Karim", last_name: "Hoffmann", email: "karim.hoffmann@example.org", department_id: 7, role: "manager trainee" },
            { id: 170, first_name: "Elif", last_name: "Ibrahim", email: "elif.ibrahim@example.net", department_id: 5, role: "strategist lead" },
            { id: 171, first_name: "Olivia", last_name: "Young", email: "olivia.young@example.com", department_id: 7, role: "executive representative" },
            { id: 172, first_name: "Elena", last_name: "Silva", email: "elena.silva@example.net", department_id: 1, role: "trainee" },
            { id: 173, first_name: "Liam", last_name: "Nakamura", email: "liam.nakamura@example.org", department_id: 6, role: "strategist" },
            { id: 174, first_name: "James", last_name: "Gupta", email: "james.gupta@example.org", department_id: 6, role: "coordinator" },
            { id: 175, first_name: null, last_name: "Jansen", email: "user.jansen@example.net", department_id: 4, role: "engineer" },
            { id: 176, first_name: null, last_name: "Hassan", email: "user.hassan@example.net", department_id: 4, role: "director designer" },
            { id: 177, first_name: "Tomas", last_name: "Rossi", email: "tomas.rossi@example.net", department_id: 3, role: "manager technician trainee" },
            { id: 178, first_name: null, last_name: "Wright", email: "user.wright@example.org", department_id: 9, role: "manager administrator" },
            { id: 179, first_name: null, last_name: null, email: null, department_id: 2, role: "representative" },
            { id: 180, first_name: "Ana", last_name: "Wilson", email: "ana.wilson@example.net", department_id: 7, role: "executive" },
            { id: 181, first_name: "Yara", last_name: "Dubois", email: "yara.dubois@example.net", department_id: 5, role: "technician" },
            { id: 182, first_name: "Arjun", last_name: "Singh", email: "arjun.singh@example.org", department_id: 1, role: "designer" },
            { id: 183, first_name: "Mila", last_name: "Almeida", email: "mila.almeida@example.org", department_id: 5, role: "director representative" },
            { id: 184, first_name: "Jonas", last_name: "Hassan", email: "jonas.hassan@example.net", department_id: 7, role: "lead manager" },
            { id: 185, first_name: "Nour", last_name: "Jensen", email: "nour.jensen@example.com", department_id: 9, role: "executive" },
            { id: 186, first_name: null, last_name: "Murphy", email: "user.murphy@example.com", department_id: 4, role: "designer" },
            { id: 187, first_name: "Maya", last_name: "Hoffmann", email: "maya.hoffmann@example.net", department_id: 5, role: "specialist" },
            { id: 188, first_name: "Ethan", last_name: "Silva", email: "ethan.silva@example.com", department_id: 8, role: "director consultant coordinator" },
            { id: 189, first_name: "Rafael", last_name: "Almeida", email: "rafael.almeida@example.org", department_id: 7, role: "trainee" },
            { id: 190, first_name: "Hugo", last_name: "Schneider", email: "hugo.schneider@example.com", department_id: 9, role: "engineer technician manager" },
            { id: 191, first_name: "Chloe", last_name: "Kowalski", email: "chloe.kowalski@example.org", department_id: 9, role: "researcher" },
            { id: 192, first_name: "Isaac", last_name: "Baker", email: null, department_id: 8, role: "analyst representative administrator" },
            { id: 193, first_name: "Diego", last_name: "Gupta", email: "diego.gupta@example.org", department_id: 4, role: "consultant developer director" },
            { id: 194, first_name: "Emma", last_name: "Nakamura", email: "emma.nakamura@example.net", department_id: 10, role: "associate" },
            { id: 195, first_name: "Marco", last_name: "Novak", email: "marco.novak@example.net", department_id: 8, role: "coordinator strategist consultant" },
            { id: 196, first_name: "Fatima", last_name: "Klein", email: "fatima.klein@example.net", department_id: 7, role: "developer strategist engineer" },
            { id: 197, first_name: "Ravi", last_name: "Kowalski", email: "ravi.kowalski@example.org", department_id: 5, role: "specialist researcher" },
            { id: 198, first_name: "Ibrahim", last_name: "Becker", email: "ibrahim.becker@example.com", department_id: 2, role: "developer analyst" },
            { id: 199, first_name: "Ruby", last_name: "Mendes", email: "ruby.mendes@example.org", department_id: 10, role: "researcher" },
            { id: 200, first_name: "Andre", last_name: "Tanaka", email: "andre.tanaka@example.net", department_id: 8, role: "director representative" },
        ],
    });
    await prisma.payroll_records.createMany({
        data: [
            { id: 1, employee_id: 71, base_salary: "52357.31", overtime_hours: 9, overtime_pay: "4868.62", pay_period: "2023-03-06" },
            { id: 2, employee_id: 187, base_salary: "137348.84", overtime_hours: 0, overtime_pay: "465.87", pay_period: "2023-06-03" },
            { id: 3, employee_id: 80, base_salary: "60247.60", overtime_hours: 10, overtime_pay: "358.89", pay_period: "2023-11-17" },
            { id: 4, employee_id: 82, base_salary: "69000.72", overtime_hours: 4, overtime_pay: "1190.00", pay_period: "2023-11-26" },
            { id: 5, employee_id: 70, base_salary: "30185.00", overtime_hours: 5, overtime_pay: "88.33", pay_period: "2023-12-18" },
            { id: 6, employee_id: 40, base_salary: "40355.04", overtime_hours: 8, overtime_pay: "13.58", pay_period: "2023-12-13" },
            { id: 7, employee_id: 118, base_salary: "30019.96", overtime_hours: 4, overtime_pay: "929.44", pay_period: "2023-02-25" },
            { id: 8, employee_id: 77, base_salary: "77667.17", overtime_hours: 1, overtime_pay: "671.73", pay_period: "2023-10-19" },
            { id: 9, employee_id: 160, base_salary: "72948.80", overtime_hours: 2, overtime_pay: "100.10", pay_period: "2023-12-05" },
            { id: 10, employee_id: 3, base_salary: "89316.38", overtime_hours: null, overtime_pay: "1547.49", pay_period: "2023-11-18" },
            { id: 11, employee_id: 49, base_salary: "32957.15", overtime_hours: 13, overtime_pay: "651.28", pay_period: "2023-05-27" },
            { id: 12, employee_id: 46, base_salary: "30089.69", overtime_hours: 3, overtime_pay: "4759.35", pay_period: "2023-01-14" },
            { id: 13, employee_id: 165, base_salary: "34654.37", overtime_hours: 18, overtime_pay: "4.55", pay_period: "2023-12-21" },
            { id: 14, employee_id: 149, base_salary: "30794.66", overtime_hours: 9, overtime_pay: "336.95", pay_period: "2023-08-05" },
            { id: 15, employee_id: 71, base_salary: "145622.39", overtime_hours: 16, overtime_pay: null, pay_period: "2023-06-23" },
            { id: 16, employee_id: 97, base_salary: "62209.45", overtime_hours: 0, overtime_pay: null, pay_period: "2023-04-10" },
            { id: 17, employee_id: 159, base_salary: "116307.82", overtime_hours: 13, overtime_pay: "4737.25", pay_period: "2023-08-07" },
            { id: 18, employee_id: 112, base_salary: "34372.98", overtime_hours: 15, overtime_pay: "2031.50", pay_period: "2023-11-26" },
            { id: 19, employee_id: 42, base_salary: "30430.84", overtime_hours: null, overtime_pay: "258.74", pay_period: "2023-05-13" },
            { id: 20, employee_id: 42, base_salary: "91154.73", overtime_hours: 3, overtime_pay: "3308.03", pay_period: "2023-01-03" },
            { id: 21, employee_id: 98, base_salary: "30167.15", overtime_hours: 16, overtime_pay: "2027.71", pay_period: "2023-12-22" },
            { id: 22, employee_id: 146, base_salary: "30007.48", overtime_hours: 7, overtime_pay: "949.38", pay_period: "2023-05-05" },
            { id: 23, employee_id: 194, base_salary: "107481.25", overtime_hours: 13, overtime_pay: null, pay_period: "2023-07-10" },
            { id: 24, employee_id: 200, base_salary: "109242.22", overtime_hours: 4, overtime_pay: "1436.32", pay_period: "2023-03-26" },
            { id: 25, employee_id: 64, base_salary: "32486.10", overtime_hours: 0, overtime_pay: "695.28", pay_period: "2023-10-04" },
            { id: 26, employee_id: 58, base_salary: "31595.92", overtime_hours: null, overtime_pay: "2806.90", pay_period: "2023-12-20" },
            { id: 27, employee_id: 176, base_salary: "42135.76", overtime_hours: 2, overtime_pay: "257.66", pay_period: "2023-10-03" },
            { id: 28, employee_id: 188, base_salary: "112227.90", overtime_hours: 12, overtime_pay: "131.42", pay_period: "2023-02-03" },
            { id: 29, employee_id: 92, base_salary: "30022.79", overtime_hours: 12, overtime_pay: "3399.92", pay_period: "2023-06-08" },
            { id: 30, employee_id: 123, base_salary: "49447.53", overtime_hours: 7, overtime_pay: "3294.95", pay_period: "2023-12-08" },
            { id: 31, employee_id: 187, base_salary: "108074.24", overtime_hours: 0, overtime_pay: "3014.47", pay_period: "2023-03-04" },
            { id: 32, employee_id: 131, base_salary: "101247.71", overtime_hours: 1, overtime_pay: "1985.59", pay_period: "2023-10-26" },
            { id: 33, employee_id: 193, base_salary: "109268.32", overtime_hours: 6, overtime_pay: "163.92", pay_period: "2023-10-26" },
            { id: 34, employee_id: 187, base_salary: "70420.78", overtime_hours: 11, overtime_pay: "1027.56", pay_period: "2023-01-15" },
            { id: 35, employee_id: 80, base_salary: "43952.90", overtime_hours: 15, overtime_pay: "2527.56", pay_period: "2023-06-23" },
            { id: 36, employee_id: 146, base_salary: "30000.99", overtime_hours: 5, overtime_pay: "4814.68", pay_period: "2023-10-19" },
            { id: 37, employee_id: 182, base_salary: "31746.81", overtime_hours: 5, overtime_pay: "81.34", pay_period: "2023-04-01" },
            { id: 38, employee_id: 73, base_salary: "74139.67", overtime_hours: 0, overtime_pay: "690.43", pay_period: "2023-02-17" },
            { id: 39, employee_id: 94, base_salary: "30265.65", overtime_hours: 4, overtime_pay: null, pay_period: "2023-10-17" },
            { id: 40, employee_id: 84, base_salary: "30000.02", overtime_hours: 6, overtime_pay: "2477.97", pay_period: "2023-06-22" },
            { id: 41, employee_id: 178, base_salary: "30188.89", overtime_hours: 19, overtime_pay: "861.97", pay_period: "2023-07-05" },
            { id: 42, employee_id: 195, base_salary: "73086.54", overtime_hours: 1, overtime_pay: "352.77", pay_period: "2023-07-04" },
            { id: 43, employee_id: 147, base_salary: "48954.23", overtime_hours: 13, overtime_pay: "3467.40", pay_period: "2023-09-05" },
            { id: 44, employee_id: 72, base_salary: "56645.20", overtime_hours: 1, overtime_pay: "49.51", pay_period: "2023-04-07" },
            { id: 45, employee_id: 49, base_salary: "75695.10", overtime_hours: 3, overtime_pay: "3327.80", pay_period: "2023-01-10" },
            { id: 46, employee_id: 81, base_salary: "128860.01", overtime_hours: 16, overtime_pay: "809.88", pay_period: "2023-04-04" },
            { id: 47, employee_id: 41, base_salary: "108841.39", overtime_hours: 6, overtime_pay: "2351.82", pay_period: "2023-08-10" },
            { id: 48, employee_id: 91, base_salary: "100822.61", overtime_hours: 5, overtime_pay: "2241.12", pay_period: "2023-01-31" },
            { id: 49, employee_id: 11, base_salary: "122795.17", overtime_hours: null, overtime_pay: "4168.53", pay_period: "2023-01-01" },
            { id: 50, employee_id: 41, base_salary: "32579.67", overtime_hours: 9, overtime_pay: "2314.17", pay_period: "2023-04-13" },
            { id: 51, employee_id: 164, base_salary: "60683.56", overtime_hours: 20, overtime_pay: "49.64", pay_period: "2023-12-14" },
            { id: 52, employee_id: 34, base_salary: "49699.09", overtime_hours: 8, overtime_pay: "282.73", pay_period: "2023-03-03" },
            { id: 53, employee_id: 43, base_salary: "30000.00", overtime_hours: 5, overtime_pay: "19.56", pay_period: "2023-09-07" },
            { id: 54, employee_id: 90, base_salary: "54600.31", overtime_hours: 3, overtime_pay: "4093.00", pay_period: "2023-05-01" },
            { id: 55, employee_id: 18, base_salary: "64985.42", overtime_hours: 4, overtime_pay: "0.06", pay_period: "2023-11-30" },
            { id: 56, employee_id: 45, base_salary: "31027.61", overtime_hours: 4, overtime_pay: "3941.31", pay_period: "2023-06-02" },
            { id: 57, employee_id: 116, base_salary: "30332.85", overtime_hours: 0, overtime_pay: "3393.45", pay_period: "2023-05-10" },
            { id: 58, employee_id: 120, base_salary: "33170.02", overtime_hours: 1, overtime_pay: "0.11", pay_period: "2023-11-26" },
            { id: 59, employee_id: 86, base_salary: "30025.57", overtime_hours: 2, overtime_pay: "2748.82", pay_period: "2023-12-07" },
            { id: 60, employee_id: 189, base_salary: "98624.90", overtime_hours: null, overtime_pay: "1183.77", pay_period: "2023-08-20" },
            { id: 61, employee_id: 5, base_salary: "47996.78", overtime_hours: 5, overtime_pay: "1512.78", pay_period: "2023-01-06" },
            { id: 62, employee_id: 78, base_salary: "30020.52", overtime_hours: 7, overtime_pay: "646.42", pay_period: "2023-07-24" },
            { id: 63, employee_id: 176, base_salary: "37222.79", overtime_hours: 14, overtime_pay: "4290.73", pay_period: "2023-03-28" },
            { id: 64, employee_id: 74, base_salary: "35274.51", overtime_hours: null, overtime_pay: "1163.36", pay_period: "2023-12-22" },
            { id: 65, employee_id: 100, base_salary: "32284.27", overtime_hours: 8, overtime_pay: "1736.21", pay_period: "2023-04-15" },
            { id: 66, employee_id: 178, base_salary: "79807.29", overtime_hours: 14, overtime_pay: "2356.38", pay_period: "2023-06-30" },
            { id: 67, employee_id: 175, base_salary: "36589.81", overtime_hours: 5, overtime_pay: "0.81", pay_period: "2023-03-20" },
            { id: 68, employee_id: 80, base_salary: "129867.22", overtime_hours: 5, overtime_pay: "2078.19", pay_period: "2023-12-21" },
            { id: 69, employee_id: 89, base_salary: "33152.69", overtime_hours: 1, overtime_pay: null, pay_period: "2023-09-12" },
            { id: 70, employee_id: 186, base_salary: "43402.72", overtime_hours: 9, overtime_pay: "2572.45", pay_period: "2023-02-21" },
            { id: 71, employee_id: 156, base_salary: "58121.91", overtime_hours: 2, overtime_pay: "2136.16", pay_period: "2023-11-18" },
            { id: 72, employee_id: 89, base_salary: "49653.01", overtime_hours: 0, overtime_pay: "1091.57", pay_period: "2023-08-25" },
            { id: 73, employee_id: 196, base_salary: "102141.52", overtime_hours: 1, overtime_pay: "3932.36", pay_period: "2023-06-21" },
            { id: 74, employee_id: 148, base_salary: "30010.99", overtime_hours: 2, overtime_pay: "1859.96", pay_period: "2023-02-04" },
            { id: 75, employee_id: 70, base_salary: "137350.76", overtime_hours: 2, overtime_pay: "4.39", pay_period: "2023-09-02" },
            { id: 76, employee_id: 53, base_salary: "130148.59", overtime_hours: 17, overtime_pay: "1206.75", pay_period: "2023-11-15" },
            { id: 77, employee_id: 189, base_salary: "115918.97", overtime_hours: 3, overtime_pay: null, pay_period: "2023-10-07" },
            { id: 78, employee_id: 9, base_salary: "38791.41", overtime_hours: 0, overtime_pay: "1884.96", pay_period: "2023-12-30" },
            { id: 79, employee_id: 12, base_salary: "30261.64", overtime_hours: 9, overtime_pay: null, pay_period: "2023-07-26" },
            { id: 80, employee_id: 145, base_salary: "30000.29", overtime_hours: 20, overtime_pay: "3929.54", pay_period: "2023-05-08" },
            { id: 81, employee_id: 132, base_salary: "35435.36", overtime_hours: 19, overtime_pay: "699.03", pay_period: "2023-04-05" },
            { id: 82, employee_id: 62, base_salary: "30636.35", overtime_hours: 3, overtime_pay: "10.49", pay_period: "2023-09-05" },
            { id: 83, employee_id: 3, base_salary: "30004.57", overtime_hours: 6, overtime_pay: "3489.08", pay_period: "2023-02-15" },
            { id: 84, employee_id: 58, base_salary: "40714.67", overtime_hours: 2, overtime_pay: "3777.70", pay_period: "2023-09-29" },
            { id: 85, employee_id: 134, base_salary: "35848.97", overtime_hours: 15, overtime_pay: "4576.40", pay_period: "2023-11-20" },
            { id: 86, employee_id: 86, base_salary: "30076.62", overtime_hours: 6, overtime_pay: "3066.56", pay_period: "2023-01-27" },
            { id: 87, employee_id: 191, base_salary: "64725.31", overtime_hours: 9, overtime_pay: "3585.82", pay_period: "2023-10-16" },
            { id: 88, employee_id: 104, base_salary: "70471.65", overtime_hours: 10, overtime_pay: "36.36", pay_period: "2023-08-10" },
            { id: 89, employee_id: 55, base_salary: "30244.25", overtime_hours: 6, overtime_pay: "4229.61", pay_period: "2023-04-15" },
            { id: 90, employee_id: 190, base_salary: "65386.30", overtime_hours: 19, overtime_pay: "79.64", pay_period: "2023-10-05" },
            { id: 91, employee_id: 88, base_salary: "31222.37", overtime_hours: 7, overtime_pay: "588.59", pay_period: "2023-08-07" },
            { id: 92, employee_id: 27, base_salary: "59342.96", overtime_hours: 12, overtime_pay: "473.18", pay_period: "2023-03-14" },
            { id: 93, employee_id: 172, base_salary: "30984.69", overtime_hours: 0, overtime_pay: "2631.43", pay_period: "2023-12-17" },
            { id: 94, employee_id: 85, base_salary: "30045.52", overtime_hours: 1, overtime_pay: "8.74", pay_period: "2023-12-23" },
            { id: 95, employee_id: 165, base_salary: "65716.77", overtime_hours: 0, overtime_pay: "55.31", pay_period: "2023-07-14" },
            { id: 96, employee_id: 26, base_salary: "31420.19", overtime_hours: 6, overtime_pay: "2021.10", pay_period: "2023-12-04" },
            { id: 97, employee_id: 141, base_salary: "30005.99", overtime_hours: 0, overtime_pay: "90.71", pay_period: "2023-08-07" },
            { id: 98, employee_id: 77, base_salary: "42852.49", overtime_hours: 0, overtime_pay: "1311.33", pay_period: "2023-11-28" },
            { id: 99, employee_id: 138, base_salary: "35219.27", overtime_hours: 4, overtime_pay: "2390.93", pay_period: "2023-10-31" },
            { id: 100, employee_id: 147, base_salary: "62331.11", overtime_hours: null, overtime_pay: "3783.48", pay_period: "2023-11-16" },
            { id: 101, employee_id: 90, base_salary: "30193.47", overtime_hours: 2, overtime_pay: "2.52", pay_period: "2023-12-29" },
            { id: 102, employee_id: 50, base_salary: "61369.97", overtime_hours: 1, overtime_pay: "1571.83", pay_period: "2023-09-04" },
            { id: 103, employee_id: 93, base_salary: "64276.14", overtime_hours: null, overtime_pay: "4675.62", pay_period: "2023-11-19" },
            { id: 104, employee_id: 137, base_salary: "30083.13", overtime_hours: 19, overtime_pay: null, pay_period: "2023-03-18" },
            { id: 105, employee_id: 57, base_salary: "33849.13", overtime_hours: 0, overtime_pay: null, pay_period: "2023-10-09" },
            { id: 106, employee_id: 54, base_salary: "30371.40", overtime_hours: 12, overtime_pay: "1312.21", pay_period: "2023-11-15" },
            { id: 107, employee_id: 19, base_salary: "30107.67", overtime_hours: 9, overtime_pay: "3495.51", pay_period: "2023-12-18" },
            { id: 108, employee_id: 181, base_salary: "117246.49", overtime_hours: 4, overtime_pay: "853.71", pay_period: "2023-05-06" },
            { id: 109, employee_id: 88, base_salary: "80687.25", overtime_hours: 0, overtime_pay: "2693.65", pay_period: "2023-02-21" },
            { id: 110, employee_id: 10, base_salary: "62516.01", overtime_hours: 0, overtime_pay: null, pay_period: "2023-09-16" },
            { id: 111, employee_id: 72, base_salary: "61472.49", overtime_hours: 15, overtime_pay: "3384.07", pay_period: "2023-12-15" },
            { id: 112, employee_id: 1, base_salary: "38296.85", overtime_hours: 8, overtime_pay: "2449.95", pay_period: "2023-12-27" },
            { id: 113, employee_id: 96, base_salary: "44411.11", overtime_hours: 4, overtime_pay: "135.46", pay_period: "2023-04-05" },
            { id: 114, employee_id: 169, base_salary: "43088.24", overtime_hours: null, overtime_pay: "3039.35", pay_period: "2023-12-29" },
            { id: 115, employee_id: 133, base_salary: "51574.62", overtime_hours: 8, overtime_pay: "15.98", pay_period: "2023-08-08" },
            { id: 116, employee_id: 93, base_salary: "32826.83", overtime_hours: 1, overtime_pay: null, pay_period: "2023-07-14" },
            { id: 117, employee_id: 50, base_salary: "55695.61", overtime_hours: 10, overtime_pay: "328.02", pay_period: "2023-10-10" },
            { id: 118, employee_id: 155, base_salary: "52029.44", overtime_hours: 13, overtime_pay: "3501.18", pay_period: "2023-03-19" },
            { id: 119, employee_id: 12, base_salary: "30000.40", overtime_hours: 0, overtime_pay: "698.13", pay_period: "2023-07-04" },
            { id: 120, employee_id: 65, base_salary: "30431.63", overtime_hours: 0, overtime_pay: "4209.13", pay_period: "2023-09-03" },
            { id: 121, employee_id: 38, base_salary: "74320.80", overtime_hours: null, overtime_pay: "4621.99", pay_period: "2023-09-24" },
            { id: 122, employee_id: 39, base_salary: "42416.90", overtime_hours: 12, overtime_pay: "1267.52", pay_period: "2023-11-08" },
            { id: 123, employee_id: 55, base_salary: "69058.01", overtime_hours: 5, overtime_pay: "1.35", pay_period: "2023-12-02" },
            { id: 124, employee_id: 118, base_salary: "36507.07", overtime_hours: 7, overtime_pay: "4476.38", pay_period: "2023-04-05" },
            { id: 125, employee_id: 171, base_salary: "32394.89", overtime_hours: 0, overtime_pay: "214.27", pay_period: "2023-08-28" },
            { id: 126, employee_id: 19, base_salary: "36394.26", overtime_hours: 9, overtime_pay: null, pay_period: "2023-11-07" },
            { id: 127, employee_id: 39, base_salary: "39521.03", overtime_hours: 5, overtime_pay: "2169.15", pay_period: "2023-07-31" },
            { id: 128, employee_id: 45, base_salary: "94969.57", overtime_hours: null, overtime_pay: "1975.68", pay_period: "2023-10-13" },
            { id: 129, employee_id: 34, base_salary: "50789.33", overtime_hours: null, overtime_pay: "3863.49", pay_period: "2023-03-15" },
            { id: 130, employee_id: 45, base_salary: "40919.84", overtime_hours: 6, overtime_pay: "1523.05", pay_period: "2023-08-02" },
            { id: 131, employee_id: 140, base_salary: "50113.92", overtime_hours: 2, overtime_pay: "1521.38", pay_period: "2023-07-31" },
            { id: 132, employee_id: 187, base_salary: "48409.31", overtime_hours: 2, overtime_pay: "141.94", pay_period: "2023-10-27" },
            { id: 133, employee_id: 92, base_salary: "39155.18", overtime_hours: 15, overtime_pay: "61.02", pay_period: "2023-07-19" },
            { id: 134, employee_id: 96, base_salary: "84321.59", overtime_hours: 8, overtime_pay: "2581.35", pay_period: "2023-05-23" },
            { id: 135, employee_id: 30, base_salary: "71604.57", overtime_hours: 0, overtime_pay: "23.34", pay_period: "2023-11-16" },
            { id: 136, employee_id: 99, base_salary: "33230.81", overtime_hours: 9, overtime_pay: "919.50", pay_period: "2023-01-23" },
            { id: 137, employee_id: 159, base_salary: "41566.05", overtime_hours: 9, overtime_pay: "3120.98", pay_period: "2023-07-24" },
            { id: 138, employee_id: 100, base_salary: "35562.32", overtime_hours: 0, overtime_pay: "2784.03", pay_period: "2023-08-08" },
            { id: 139, employee_id: 117, base_salary: "53279.09", overtime_hours: 9, overtime_pay: "346.63", pay_period: "2023-10-28" },
            { id: 140, employee_id: 35, base_salary: "33391.46", overtime_hours: 2, overtime_pay: "4478.76", pay_period: "2023-05-27" },
            { id: 141, employee_id: 135, base_salary: "115724.89", overtime_hours: 12, overtime_pay: "3301.99", pay_period: "2023-11-29" },
            { id: 142, employee_id: 172, base_salary: "37383.94", overtime_hours: 9, overtime_pay: "832.60", pay_period: "2023-05-17" },
            { id: 143, employee_id: 48, base_salary: "95355.50", overtime_hours: null, overtime_pay: "100.36", pay_period: "2023-01-16" },
            { id: 144, employee_id: 170, base_salary: "30829.86", overtime_hours: 5, overtime_pay: "315.97", pay_period: "2023-04-30" },
            { id: 145, employee_id: 36, base_salary: "51554.21", overtime_hours: 1, overtime_pay: "2311.15", pay_period: "2023-01-29" },
            { id: 146, employee_id: 177, base_salary: "51223.72", overtime_hours: 0, overtime_pay: "1258.52", pay_period: "2023-06-08" },
            { id: 147, employee_id: 67, base_salary: "55981.35", overtime_hours: 14, overtime_pay: "16.99", pay_period: "2023-04-14" },
            { id: 148, employee_id: 93, base_salary: "36268.61", overtime_hours: 11, overtime_pay: "1136.62", pay_period: "2023-08-29" },
            { id: 149, employee_id: 195, base_salary: "59577.70", overtime_hours: null, overtime_pay: "2663.15", pay_period: "2023-08-10" },
            { id: 150, employee_id: 138, base_salary: "102318.01", overtime_hours: null, overtime_pay: "1059.44", pay_period: "2023-05-21" },
            { id: 151, employee_id: 58, base_salary: "86691.84", overtime_hours: 1, overtime_pay: "2356.20", pay_period: "2023-04-18" },
            { id: 152, employee_id: 19, base_salary: "67029.24", overtime_hours: 18, overtime_pay: "1278.74", pay_period: "2023-11-08" },
            { id: 153, employee_id: 121, base_salary: "34990.38", overtime_hours: 12, overtime_pay: "3497.82", pay_period: "2023-05-07" },
            { id: 154, employee_id: 120, base_salary: "110424.79", overtime_hours: 17, overtime_pay: "446.83", pay_period: "2023-01-11" },
            { id: 155, employee_id: 38, base_salary: "98157.89", overtime_hours: 10, overtime_pay: "2464.41", pay_period: "2023-07-02" },
            { id: 156, employee_id: 60, base_salary: "33338.94", overtime_hours: null, overtime_pay: "3834.24", pay_period: "2023-07-10" },
            { id: 157, employee_id: 66, base_salary: "72235.66", overtime_hours: 2, overtime_pay: "1562.48", pay_period: "2023-10-02" },
            { id: 158, employee_id: 27, base_salary: "50862.96", overtime_hours: null, overtime_pay: null, pay_period: "2023-08-06" },
            { id: 159, employee_id: 164, base_salary: "71924.10", overtime_hours: 1, overtime_pay: "2744.57", pay_period: "2023-12-28" },
            { id: 160, employee_id: 58, base_salary: "39001.89", overtime_hours: 3, overtime_pay: "87.44", pay_period: "2023-11-24" },
            { id: 161, employee_id: 164, base_salary: "92060.34", overtime_hours: 6, overtime_pay: "157.74", pay_period: "2023-07-28" },
            { id: 162, employee_id: 79, base_salary: "116788.05", overtime_hours: 9, overtime_pay: "3203.12", pay_period: "2023-11-28" },
            { id: 163, employee_id: 56, base_salary: "36870.70", overtime_hours: 3, overtime_pay: "3537.50", pay_period: "2023-01-05" },
            { id: 164, employee_id: 182, base_salary: "118966.27", overtime_hours: 7, overtime_pay: "24.39", pay_period: "2023-03-27" },
            { id: 165, employee_id: 22, base_salary: "32842.40", overtime_hours: 14, overtime_pay: "1706.42", pay_period: "2023-01-15" },
            { id: 166, employee_id: 120, base_salary: "30057.25", overtime_hours: 12, overtime_pay: "2702.87", pay_period: "2023-07-22" },
            { id: 167, employee_id: 4, base_salary: "34648.86", overtime_hours: 3, overtime_pay: "511.58", pay_period: "2023-10-11" },
            { id: 168, employee_id: 71, base_salary: "40479.14", overtime_hours: 0, overtime_pay: "1003.55", pay_period: "2023-10-16" },
            { id: 169, employee_id: 31, base_salary: "31732.60", overtime_hours: 13, overtime_pay: "507.20", pay_period: "2023-12-15" },
            { id: 170, employee_id: 68, base_salary: "32298.76", overtime_hours: 0, overtime_pay: "1477.39", pay_period: "2023-11-17" },
            { id: 171, employee_id: 56, base_salary: "36415.08", overtime_hours: 1, overtime_pay: "1623.01", pay_period: "2023-12-16" },
            { id: 172, employee_id: 164, base_salary: "37049.04", overtime_hours: 0, overtime_pay: null, pay_period: "2023-12-26" },
            { id: 173, employee_id: 145, base_salary: "58979.51", overtime_hours: 14, overtime_pay: "576.62", pay_period: "2023-07-18" },
            { id: 174, employee_id: 161, base_salary: "37762.79", overtime_hours: 13, overtime_pay: "988.15", pay_period: "2023-09-21" },
            { id: 175, employee_id: 98, base_salary: "78612.00", overtime_hours: 3, overtime_pay: null, pay_period: "2023-01-27" },
            { id: 176, employee_id: 89, base_salary: "30089.64", overtime_hours: 0, overtime_pay: "4.71", pay_period: "2023-02-12" },
            { id: 177, employee_id: 32, base_salary: "32363.59", overtime_hours: 2, overtime_pay: "3271.53", pay_period: "2023-10-03" },
            { id: 178, employee_id: 149, base_salary: "61159.67", overtime_hours: null, overtime_pay: "563.17", pay_period: "2023-06-18" },
            { id: 179, employee_id: 12, base_salary: "116806.12", overtime_hours: 8, overtime_pay: "128.86", pay_period: "2023-07-20" },
            { id: 180, employee_id: 200, base_salary: "31879.88", overtime_hours: 2, overtime_pay: "326.86", pay_period: "2023-06-07" },
            { id: 181, employee_id: 20, base_salary: "109959.18", overtime_hours: null, overtime_pay: "252.95", pay_period: "2023-09-16" },
            { id: 182, employee_id: 47, base_salary: "58434.69", overtime_hours: 0, overtime_pay: "3537.36", pay_period: "2023-08-04" },
            { id: 183, employee_id: 121, base_salary: "132106.57", overtime_hours: 6, overtime_pay: "1605.23", pay_period: "2023-01-20" },
            { id: 184, employee_id: 124, base_salary: "72232.13", overtime_hours: 8, overtime_pay: "1941.71", pay_period: "2023-04-03" },
            { id: 185, employee_id: 159, base_salary: "44679.76", overtime_hours: 2, overtime_pay: "1822.21", pay_period: "2023-11-02" },
            { id: 186, employee_id: 178, base_salary: "97351.73", overtime_hours: null, overtime_pay: "1126.57", pay_period: "2023-12-09" },
            { id: 187, employee_id: 24, base_salary: "30012.41", overtime_hours: 18, overtime_pay: null, pay_period: "2023-09-24" },
            { id: 188, employee_id: 41, base_salary: "30160.10", overtime_hours: 3, overtime_pay: "1950.55", pay_period: "2023-12-02" },
            { id: 189, employee_id: 162, base_salary: "42018.88", overtime_hours: 0, overtime_pay: "3699.41", pay_period: "2023-07-24" },
            { id: 190, employee_id: 112, base_salary: "93243.00", overtime_hours: 0, overtime_pay: "280.37", pay_period: "2023-11-01" },
            { id: 191, employee_id: 63, base_salary: "32290.02", overtime_hours: 3, overtime_pay: "400.17", pay_period: "2023-10-21" },
            { id: 192, employee_id: 177, base_salary: "61289.44", overtime_hours: 15, overtime_pay: "4173.58", pay_period: "2023-03-11" },
            { id: 193, employee_id: 193, base_salary: "31822.15", overtime_hours: 0, overtime_pay: "2747.63", pay_period: "2023-07-03" },
            { id: 194, employee_id: 138, base_salary: "32705.23", overtime_hours: 4, overtime_pay: "3192.92", pay_period: "2023-05-11" },
            { id: 195, employee_id: 27, base_salary: "31893.95", overtime_hours: 9, overtime_pay: "688.49", pay_period: "2023-05-28" },
            { id: 196, employee_id: 161, base_salary: "52129.74", overtime_hours: 4, overtime_pay: "2648.83", pay_period: "2023-11-20" },
            { id: 197, employee_id: 109, base_salary: "80180.16", overtime_hours: 0, overtime_pay: "1881.38", pay_period: "2023-12-28" },
            { id: 198, employee_id: 178, base_salary: "30947.77", overtime_hours: 1, overtime_pay: "1643.14", pay_period: "2023-09-21" },
            { id: 199, employee_id: 9, base_salary: "38649.30", overtime_hours: null, overtime_pay: "437.28", pay_period: "2023-12-22" },
            { id: 200, employee_id: 195, base_salary: "120387.58", overtime_hours: 19, overtime_pay: "257.33", pay_period: "2023-11-30" },
        ],
    });
    await prisma.performance_reviews.createMany({
        data: [
            { id: 1, employee_id: 111, review_date: "2023-09-24", score: 3, feedback: "The order was delayed following a partial review." },
            { id: 2, employee_id: 166, review_date: "2023-07-16", score: 2, feedback: "The customer reported a duplicate issue; the request was reopened." },
            { id: 3, employee_id: 97, review_date: "2023-12-13", score: 3, feedback: "An operator reported a partial issue; the report was updated." },
            { id: 4, employee_id: 10, review_date: "2023-02-06", score: 2, feedback: "The account owner confirmed the details and the session was reviewed." },
            { id: 5, employee_id: 75, review_date: "2023-12-12", score: 4, feedback: "Support confirmed the details and the shipment was completed." },
            { id: 6, employee_id: 160, review_date: "2023-10-06", score: 3, feedback: "The item was replaced following a minor review." },
            { id: 7, employee_id: 46, review_date: "2023-10-17", score: 4, feedback: "The transfer was closed after an incomplete check." },
            { id: 8, employee_id: 124, review_date: "2023-10-22", score: 5, feedback: "A minor follow-up: the claim was approved." },
            { id: 9, employee_id: 102, review_date: "2023-02-22", score: 5, feedback: "The order was reopened — repeat case, no further action." },
            { id: 10, employee_id: 68, review_date: "2023-08-07", score: 3, feedback: "The team asked for a change and the refund was reviewed." },
            { id: 11, employee_id: 191, review_date: "2023-04-22", score: 3, feedback: null },
            { id: 12, employee_id: 13, review_date: "2023-02-19", score: 4, feedback: null },
            { id: 13, employee_id: 45, review_date: "2023-12-29", score: 5, feedback: "The courier asked for a change and the payment was reopened." },
            { id: 14, employee_id: 88, review_date: "2023-12-17", score: 5, feedback: "The booking was processed after a minor check." },
            { id: 15, employee_id: 149, review_date: "2023-10-10", score: 5, feedback: "An operator asked for a change and the session was closed." },
            { id: 16, employee_id: 88, review_date: "2023-10-17", score: 4, feedback: null },
            { id: 17, employee_id: 80, review_date: "2023-01-31", score: 4, feedback: null },
            { id: 18, employee_id: 185, review_date: "2023-11-20", score: 5, feedback: "The courier asked for a change and the ticket was completed." },
            { id: 19, employee_id: 179, review_date: "2023-11-13", score: 1, feedback: "A minor follow-up: the order was replaced." },
            { id: 20, employee_id: 171, review_date: "2023-12-07", score: 2, feedback: "The account owner asked for a change and the session was delayed." },
            { id: 21, employee_id: 116, review_date: "2023-08-26", score: 4, feedback: "A standard session was rejected the same day." },
            { id: 22, employee_id: 102, review_date: "2023-09-22", score: 2, feedback: "The team reported a standard issue; the shipment was delayed." },
            { id: 23, employee_id: 179, review_date: "2023-02-05", score: 1, feedback: "A routine follow-up: the invoice was confirmed." },
            { id: 24, employee_id: 120, review_date: "2023-12-27", score: 5, feedback: "The account was confirmed after a duplicate check." },
            { id: 25, employee_id: 88, review_date: "2023-10-21", score: 3, feedback: "The record was resolved following a minor review." },
            { id: 26, employee_id: 8, review_date: "2023-01-01", score: 5, feedback: null },
            { id: 27, employee_id: 44, review_date: "2023-12-29", score: 4, feedback: "Flagged as partial. Support delayed the document." },
            { id: 28, employee_id: 140, review_date: "2023-11-28", score: 5, feedback: "A duplicate ticket was reviewed the same day." },
            { id: 29, employee_id: 79, review_date: "2023-09-17", score: 3, feedback: null },
            { id: 30, employee_id: 122, review_date: "2023-10-26", score: 1, feedback: null },
            { id: 31, employee_id: 164, review_date: "2023-12-02", score: 4, feedback: "The customer confirmed the details and the account was confirmed." },
            { id: 32, employee_id: 155, review_date: "2023-10-29", score: 3, feedback: "The courier reported an incomplete issue; the claim was processed." },
            { id: 33, employee_id: 98, review_date: "2023-09-28", score: 5, feedback: "The supplier asked for a change and the delivery was rejected." },
            { id: 34, employee_id: 97, review_date: "2023-10-23", score: 1, feedback: "The account owner confirmed the details and the refund was completed." },
            { id: 35, employee_id: 184, review_date: "2023-12-02", score: 1, feedback: "The refund was rejected — late case, no further action." },
            { id: 36, employee_id: 170, review_date: "2023-01-18", score: 4, feedback: "The team reported a minor issue; the ticket was refunded." },
            { id: 37, employee_id: 19, review_date: "2023-01-25", score: 4, feedback: "The supplier asked for a change and the payment was confirmed." },
            { id: 38, employee_id: 65, review_date: "2023-12-13", score: 2, feedback: "The team confirmed the details and the account was confirmed." },
            { id: 39, employee_id: 1, review_date: "2023-03-21", score: 2, feedback: "Flagged as partial. The account owner refunded the order." },
            { id: 40, employee_id: 2, review_date: "2023-10-31", score: 5, feedback: "The supplier reported an urgent issue; the document was reviewed." },
            { id: 41, employee_id: 152, review_date: "2023-11-14", score: 4, feedback: "An operator confirmed the details and the document was updated." },
            { id: 42, employee_id: 121, review_date: "2023-08-30", score: 1, feedback: "The customer reported a minor issue; the appointment was rejected." },
            { id: 43, employee_id: 182, review_date: "2023-04-20", score: 5, feedback: "The supplier asked for a change and the refund was replaced." },
            { id: 44, employee_id: 70, review_date: "2023-10-28", score: 5, feedback: null },
            { id: 45, employee_id: 64, review_date: "2023-10-12", score: 2, feedback: "No response from support, so the ticket was resolved." },
            { id: 46, employee_id: 111, review_date: "2023-08-26", score: 4, feedback: "A routine order was confirmed the same day." },
            { id: 47, employee_id: 94, review_date: "2023-10-01", score: 5, feedback: "An unusual follow-up: the payment was escalated." },
            { id: 48, employee_id: 102, review_date: "2023-12-15", score: 5, feedback: "The record was cancelled — routine case, no further action." },
            { id: 49, employee_id: 84, review_date: "2023-03-02", score: 3, feedback: "The team confirmed the details and the transfer was delayed." },
            { id: 50, employee_id: 81, review_date: "2023-09-18", score: 3, feedback: "Flagged as partial. The reviewer escalated the order." },
            { id: 51, employee_id: 39, review_date: "2023-07-01", score: 2, feedback: "A minor follow-up: the item was rescheduled." },
            { id: 52, employee_id: 193, review_date: "2023-09-12", score: 4, feedback: "A repeat follow-up: the request was rescheduled." },
            { id: 53, employee_id: 176, review_date: "2023-12-09", score: 5, feedback: "The customer asked for a change and the session was rejected." },
            { id: 54, employee_id: 187, review_date: "2023-06-19", score: 3, feedback: "The appointment was rejected following an unusual review." },
            { id: 55, employee_id: 183, review_date: "2023-06-17", score: 1, feedback: "The team confirmed the details and the delivery was reviewed." },
            { id: 56, employee_id: 99, review_date: "2023-01-31", score: 4, feedback: "The item was delayed — repeat case, no further action." },
            { id: 57, employee_id: 108, review_date: "2023-11-09", score: 4, feedback: "The invoice was updated following a routine review." },
            { id: 58, employee_id: 35, review_date: "2023-11-20", score: 1, feedback: "A duplicate record was delayed the same day." },
            { id: 59, employee_id: 108, review_date: "2023-11-02", score: 5, feedback: "The payment was closed — urgent case, no further action." },
            { id: 60, employee_id: 21, review_date: "2023-08-26", score: 5, feedback: null },
            { id: 61, employee_id: 123, review_date: "2023-11-19", score: 5, feedback: "The delivery was cancelled — incomplete case, no further action." },
            { id: 62, employee_id: 119, review_date: "2023-02-01", score: 5, feedback: "The account owner asked for a change and the payment was processed." },
            { id: 63, employee_id: 129, review_date: "2023-03-19", score: 4, feedback: "The customer asked for a change and the shipment was refunded." },
            { id: 64, employee_id: 178, review_date: "2023-03-04", score: 4, feedback: "Flagged as incomplete. The account owner approved the item." },
            { id: 65, employee_id: 54, review_date: "2023-02-24", score: 3, feedback: "A partial follow-up: the record was cancelled." },
            { id: 66, employee_id: 108, review_date: "2023-05-02", score: 2, feedback: "A late follow-up: the refund was reopened." },
            { id: 67, employee_id: 126, review_date: "2023-02-14", score: 5, feedback: "Flagged as partial. The team completed the document." },
            { id: 68, employee_id: 160, review_date: "2023-01-12", score: 5, feedback: "The courier asked for a change and the account was approved." },
            { id: 69, employee_id: 29, review_date: "2023-10-28", score: 5, feedback: "No response from the team, so the transfer was delayed." },
            { id: 70, employee_id: 180, review_date: "2023-03-23", score: 5, feedback: null },
            { id: 71, employee_id: 179, review_date: "2023-03-04", score: 5, feedback: "The payment was replaced following a repeat review." },
            { id: 72, employee_id: 126, review_date: "2023-09-22", score: 5, feedback: "Flagged as incomplete. The account owner reviewed the ticket." },
            { id: 73, employee_id: 17, review_date: "2023-03-14", score: 4, feedback: null },
            { id: 74, employee_id: 70, review_date: "2023-12-21", score: 5, feedback: "The refund was updated after an automatic check." },
            { id: 75, employee_id: 88, review_date: "2023-05-08", score: 1, feedback: null },
            { id: 76, employee_id: 156, review_date: "2023-08-20", score: 2, feedback: "The courier asked for a change and the payment was processed." },
            { id: 77, employee_id: 70, review_date: "2023-06-05", score: 3, feedback: "No response from the team, so the report was reviewed." },
            { id: 78, employee_id: 137, review_date: "2023-01-26", score: 5, feedback: "The booking was refunded after an automatic check." },
            { id: 79, employee_id: 180, review_date: "2023-02-26", score: 3, feedback: "The claim was resolved following a duplicate review." },
            { id: 80, employee_id: 197, review_date: "2023-08-24", score: 5, feedback: "An operator asked for a change and the request was delayed." },
            { id: 81, employee_id: 49, review_date: "2023-09-22", score: 5, feedback: "The record was delayed following a standard review." },
            { id: 82, employee_id: 117, review_date: "2023-03-09", score: 4, feedback: "The invoice was updated after a duplicate check." },
            { id: 83, employee_id: 79, review_date: "2023-10-02", score: 5, feedback: null },
            { id: 84, employee_id: 43, review_date: "2023-07-16", score: 1, feedback: "No response from the reviewer, so the report was delayed." },
            { id: 85, employee_id: 18, review_date: "2023-10-07", score: 3, feedback: "The courier asked for a change and the transfer was cancelled." },
            { id: 86, employee_id: 13, review_date: "2023-01-15", score: 4, feedback: "An operator asked for a change and the request was closed." },
            { id: 87, employee_id: 126, review_date: "2023-02-20", score: 5, feedback: "The courier asked for a change and the order was reopened." },
            { id: 88, employee_id: 88, review_date: "2023-01-08", score: 4, feedback: "The account was cancelled following an incomplete review." },
            { id: 89, employee_id: 159, review_date: "2023-11-13", score: 3, feedback: "Support reported an incomplete issue; the invoice was rejected." },
            { id: 90, employee_id: 102, review_date: "2023-04-30", score: 2, feedback: "No response from the team, so the claim was completed." },
            { id: 91, employee_id: 176, review_date: "2023-08-27", score: 5, feedback: "Support asked for a change and the report was cancelled." },
            { id: 92, employee_id: 137, review_date: "2023-07-24", score: 3, feedback: "The team asked for a change and the document was confirmed." },
            { id: 93, employee_id: 136, review_date: "2023-04-03", score: 2, feedback: "No response from support, so the shipment was reopened." },
            { id: 94, employee_id: 174, review_date: "2023-12-16", score: 5, feedback: "The customer reported an urgent issue; the session was approved." },
            { id: 95, employee_id: 194, review_date: "2023-12-23", score: 4, feedback: "Flagged as late. The customer approved the order." },
            { id: 96, employee_id: 4, review_date: "2023-07-29", score: 4, feedback: "Support asked for a change and the invoice was resolved." },
            { id: 97, employee_id: 33, review_date: "2023-01-01", score: 5, feedback: "The document was escalated after a routine check." },
            { id: 98, employee_id: 168, review_date: "2023-12-05", score: 3, feedback: "A minor follow-up: the account was updated." },
            { id: 99, employee_id: 8, review_date: "2023-11-06", score: 4, feedback: "A partial invoice was updated the same day." },
            { id: 100, employee_id: 175, review_date: "2023-09-04", score: 4, feedback: "No response from the customer, so the claim was confirmed." },
            { id: 101, employee_id: 27, review_date: "2023-12-24", score: 4, feedback: null },
            { id: 102, employee_id: 40, review_date: "2023-03-17", score: 2, feedback: "The courier reported an incomplete issue; the booking was closed." },
            { id: 103, employee_id: 153, review_date: "2023-10-18", score: 2, feedback: "No response from the reviewer, so the claim was replaced." },
            { id: 104, employee_id: 154, review_date: "2023-07-25", score: 5, feedback: "A minor follow-up: the report was delayed." },
            { id: 105, employee_id: 130, review_date: "2023-12-14", score: 5, feedback: "Flagged as minor. The customer approved the payment." },
            { id: 106, employee_id: 62, review_date: "2023-03-17", score: 4, feedback: null },
            { id: 107, employee_id: 67, review_date: "2023-09-24", score: 3, feedback: "No response from support, so the record was refunded." },
            { id: 108, employee_id: 165, review_date: "2023-11-06", score: 3, feedback: "The report was reopened — duplicate case, no further action." },
            { id: 109, employee_id: 53, review_date: "2023-12-01", score: 3, feedback: "Flagged as manual. The courier delayed the order." },
            { id: 110, employee_id: 6, review_date: "2023-12-15", score: 1, feedback: "The report was rescheduled — unusual case, no further action." },
            { id: 111, employee_id: 47, review_date: "2023-01-28", score: 1, feedback: "No response from the supplier, so the claim was rescheduled." },
            { id: 112, employee_id: 73, review_date: "2023-10-18", score: 5, feedback: "An operator confirmed the details and the session was confirmed." },
            { id: 113, employee_id: 88, review_date: "2023-08-14", score: 3, feedback: "An automatic appointment was processed the same day." },
            { id: 114, employee_id: 9, review_date: "2023-06-03", score: 4, feedback: "The report was reviewed after an incomplete check." },
            { id: 115, employee_id: 133, review_date: "2023-03-28", score: 1, feedback: "A minor follow-up: the document was rescheduled." },
            { id: 116, employee_id: 110, review_date: "2023-03-26", score: 4, feedback: "The report was refunded following an automatic review." },
            { id: 117, employee_id: 178, review_date: "2023-06-26", score: 4, feedback: null },
            { id: 118, employee_id: 23, review_date: "2023-02-05", score: 2, feedback: "The courier confirmed the details and the item was approved." },
            { id: 119, employee_id: 168, review_date: "2023-09-05", score: 4, feedback: "The item was reopened following a routine review." },
            { id: 120, employee_id: 199, review_date: "2023-01-14", score: 5, feedback: "The invoice was resolved after a repeat check." },
            { id: 121, employee_id: 1, review_date: "2023-08-15", score: 3, feedback: "The refund was cancelled after a duplicate check." },
            { id: 122, employee_id: 37, review_date: "2023-09-12", score: 4, feedback: "Flagged as unusual. The courier refunded the document." },
            { id: 123, employee_id: 173, review_date: "2023-02-09", score: 5, feedback: "The account owner reported a partial issue; the account was completed." },
            { id: 124, employee_id: 183, review_date: "2023-10-24", score: 5, feedback: "Flagged as duplicate. An operator delayed the payment." },
            { id: 125, employee_id: 179, review_date: "2023-02-04", score: 3, feedback: "A late ticket was approved the same day." },
            { id: 126, employee_id: 116, review_date: "2023-11-06", score: 2, feedback: "The appointment was updated following a minor review." },
            { id: 127, employee_id: 17, review_date: "2023-12-11", score: 3, feedback: "An unusual follow-up: the document was reviewed." },
            { id: 128, employee_id: 94, review_date: "2023-07-25", score: 4, feedback: "The session was confirmed following a duplicate review." },
            { id: 129, employee_id: 25, review_date: "2023-06-04", score: 5, feedback: "The claim was updated after an urgent check." },
            { id: 130, employee_id: 86, review_date: "2023-02-20", score: 4, feedback: "The invoice was delayed following a standard review." },
            { id: 131, employee_id: 8, review_date: "2023-01-28", score: 4, feedback: "Flagged as late. Support resolved the booking." },
            { id: 132, employee_id: 12, review_date: "2023-08-24", score: 5, feedback: "No response from the supplier, so the item was updated." },
            { id: 133, employee_id: 34, review_date: "2023-11-11", score: 4, feedback: "Flagged as routine. The supplier resolved the booking." },
            { id: 134, employee_id: 47, review_date: "2023-03-07", score: 4, feedback: "The transfer was escalated following a duplicate review." },
            { id: 135, employee_id: 112, review_date: "2023-03-11", score: 5, feedback: "No response from the customer, so the report was processed." },
            { id: 136, employee_id: 93, review_date: "2023-01-05", score: 3, feedback: null },
            { id: 137, employee_id: 15, review_date: "2023-09-25", score: 3, feedback: "The supplier confirmed the details and the payment was approved." },
            { id: 138, employee_id: 12, review_date: "2023-07-23", score: 5, feedback: "The booking was confirmed — standard case, no further action." },
            { id: 139, employee_id: 19, review_date: "2023-10-27", score: 5, feedback: "Flagged as late. An operator closed the booking." },
            { id: 140, employee_id: 33, review_date: "2023-02-16", score: 1, feedback: "An urgent order was delayed the same day." },
            { id: 141, employee_id: 162, review_date: "2023-02-17", score: 4, feedback: "A partial follow-up: the ticket was delayed." },
            { id: 142, employee_id: 30, review_date: "2023-12-23", score: 2, feedback: "The document was resolved following an unusual review." },
            { id: 143, employee_id: 156, review_date: "2023-03-30", score: 5, feedback: "No response from the customer, so the booking was reopened." },
            { id: 144, employee_id: 22, review_date: "2023-08-17", score: 5, feedback: "The invoice was cancelled — routine case, no further action." },
            { id: 145, employee_id: 78, review_date: "2023-01-17", score: 2, feedback: "Flagged as standard. The customer escalated the item." },
            { id: 146, employee_id: 115, review_date: "2023-12-02", score: 5, feedback: "A manual request was completed the same day." },
            { id: 147, employee_id: 135, review_date: "2023-12-02", score: 4, feedback: "The payment was cancelled after an incomplete check." },
            { id: 148, employee_id: 143, review_date: "2023-04-18", score: 5, feedback: "A duplicate order was updated the same day." },
            { id: 149, employee_id: 119, review_date: "2023-06-06", score: 4, feedback: null },
            { id: 150, employee_id: 106, review_date: "2023-02-14", score: 3, feedback: "The booking was approved following a late review." },
            { id: 151, employee_id: 132, review_date: "2023-10-29", score: 4, feedback: "The team asked for a change and the shipment was escalated." },
            { id: 152, employee_id: 178, review_date: "2023-01-16", score: 5, feedback: null },
            { id: 153, employee_id: 99, review_date: "2023-09-22", score: 5, feedback: "The customer reported a minor issue; the item was updated." },
            { id: 154, employee_id: 167, review_date: "2023-03-10", score: 5, feedback: "The order was replaced — routine case, no further action." },
            { id: 155, employee_id: 51, review_date: "2023-01-04", score: 5, feedback: "An urgent follow-up: the request was rescheduled." },
            { id: 156, employee_id: 72, review_date: "2023-06-28", score: 5, feedback: "The courier reported a standard issue; the booking was escalated." },
            { id: 157, employee_id: 143, review_date: "2023-11-06", score: 5, feedback: "No response from an operator, so the session was completed." },
            { id: 158, employee_id: 20, review_date: "2023-11-28", score: 5, feedback: "Flagged as partial. The courier delayed the transfer." },
            { id: 159, employee_id: 199, review_date: "2023-07-17", score: 3, feedback: "Flagged as standard. The supplier delayed the request." },
            { id: 160, employee_id: 75, review_date: "2023-04-02", score: 3, feedback: "The transfer was cancelled — unusual case, no further action." },
            { id: 161, employee_id: 25, review_date: "2023-04-05", score: 1, feedback: "The payment was escalated — partial case, no further action." },
            { id: 162, employee_id: 45, review_date: "2023-08-02", score: 2, feedback: "No response from an operator, so the transfer was replaced." },
            { id: 163, employee_id: 48, review_date: "2023-05-10", score: 5, feedback: "A minor ticket was reopened the same day." },
            { id: 164, employee_id: 151, review_date: "2023-09-20", score: 4, feedback: "The account owner asked for a change and the item was reviewed." },
            { id: 165, employee_id: 75, review_date: "2023-04-06", score: 3, feedback: "No response from the reviewer, so the item was completed." },
            { id: 166, employee_id: 40, review_date: "2023-01-04", score: 5, feedback: "No response from the courier, so the account was processed." },
            { id: 167, employee_id: 200, review_date: "2023-01-02", score: 5, feedback: "The reviewer asked for a change and the delivery was reviewed." },
            { id: 168, employee_id: 94, review_date: "2023-08-30", score: 4, feedback: null },
            { id: 169, employee_id: 37, review_date: "2023-02-19", score: 2, feedback: "Flagged as incomplete. Support escalated the order." },
            { id: 170, employee_id: 130, review_date: "2023-11-14", score: 5, feedback: "Flagged as manual. The supplier closed the record." },
            { id: 171, employee_id: 175, review_date: "2023-11-25", score: 2, feedback: "The transfer was delayed after an urgent check." },
            { id: 172, employee_id: 68, review_date: "2023-11-17", score: 5, feedback: "A repeat follow-up: the request was refunded." },
            { id: 173, employee_id: 129, review_date: "2023-12-07", score: 4, feedback: "The shipment was resolved — late case, no further action." },
            { id: 174, employee_id: 91, review_date: "2023-09-06", score: 5, feedback: "The order was rescheduled — automatic case, no further action." },
            { id: 175, employee_id: 32, review_date: "2023-10-05", score: 4, feedback: "The order was delayed — unusual case, no further action." },
            { id: 176, employee_id: 107, review_date: "2023-07-13", score: 5, feedback: "No response from the account owner, so the invoice was rescheduled." },
            { id: 177, employee_id: 57, review_date: "2023-10-05", score: 3, feedback: "The transfer was approved after a duplicate check." },
            { id: 178, employee_id: 83, review_date: "2023-10-05", score: 3, feedback: "The courier confirmed the details and the order was cancelled." },
            { id: 179, employee_id: 140, review_date: "2023-02-12", score: 4, feedback: "A late follow-up: the appointment was resolved." },
            { id: 180, employee_id: 34, review_date: "2023-07-09", score: 5, feedback: "The account was confirmed — urgent case, no further action." },
            { id: 181, employee_id: 136, review_date: "2023-12-24", score: 2, feedback: null },
            { id: 182, employee_id: 149, review_date: "2023-11-01", score: 5, feedback: "No response from the customer, so the record was refunded." },
            { id: 183, employee_id: 113, review_date: "2023-05-14", score: 5, feedback: null },
            { id: 184, employee_id: 120, review_date: "2023-12-16", score: 2, feedback: "The ticket was refunded after a late check." },
            { id: 185, employee_id: 168, review_date: "2023-01-27", score: 3, feedback: "Flagged as standard. The reviewer replaced the appointment." },
            { id: 186, employee_id: 148, review_date: "2023-06-19", score: 3, feedback: null },
            { id: 187, employee_id: 13, review_date: "2023-06-24", score: 3, feedback: "An incomplete request was rejected the same day." },
            { id: 188, employee_id: 63, review_date: "2023-10-11", score: 5, feedback: "Support asked for a change and the account was reviewed." },
            { id: 189, employee_id: 122, review_date: "2023-02-02", score: 3, feedback: null },
            { id: 190, employee_id: 173, review_date: "2023-12-11", score: 4, feedback: "A partial follow-up: the session was rescheduled." },
            { id: 191, employee_id: 44, review_date: "2023-03-31", score: 2, feedback: "An urgent document was cancelled the same day." },
            { id: 192, employee_id: 141, review_date: "2023-12-05", score: 5, feedback: "No response from support, so the order was closed." },
            { id: 193, employee_id: 64, review_date: "2023-05-08", score: 4, feedback: "Flagged as routine. The customer completed the shipment." },
            { id: 194, employee_id: 90, review_date: "2023-01-08", score: 4, feedback: "A duplicate delivery was cancelled the same day." },
            { id: 195, employee_id: 67, review_date: "2023-02-22", score: 1, feedback: "The claim was processed — repeat case, no further action." },
            { id: 196, employee_id: 186, review_date: "2023-12-10", score: 5, feedback: "Support reported a manual issue; the request was closed." },
            { id: 197, employee_id: 133, review_date: "2023-03-16", score: 5, feedback: null },
            { id: 198, employee_id: 130, review_date: "2023-04-05", score: 5, feedback: "No response from the customer, so the invoice was cancelled." },
            { id: 199, employee_id: 3, review_date: "2023-02-27", score: 4, feedback: null },
            { id: 200, employee_id: 182, review_date: "2023-10-09", score: 3, feedback: "No response from the customer, so the appointment was updated." },
        ],
    });
    await prisma.training_sessions.createMany({
        data: [
            { id: 1, employee_id: 98, session_date: "2023-09-14", training_topic: "timemanagement", duration_hours: 7 },
            { id: 2, employee_id: 113, session_date: "2023-03-13", training_topic: "teamwork negotiation", duration_hours: 4 },
            { id: 3, employee_id: 9, session_date: "2023-05-18", training_topic: "softwaretraining dataanalysis compliance", duration_hours: 2 },
            { id: 4, employee_id: 117, session_date: "2023-05-01", training_topic: "problem-solving", duration_hours: 3 },
            { id: 5, employee_id: 114, session_date: "2023-03-19", training_topic: null, duration_hours: 3 },
            { id: 6, employee_id: 200, session_date: "2023-08-15", training_topic: "innovation", duration_hours: 5 },
            { id: 7, employee_id: 82, session_date: "2023-02-11", training_topic: "teamwork dataanalysis salesstrategies", duration_hours: 8 },
            { id: 8, employee_id: 186, session_date: "2023-06-09", training_topic: "safety diversity marketingstrategies", duration_hours: 6 },
            { id: 9, employee_id: 108, session_date: "2023-06-22", training_topic: "strategy innovation", duration_hours: 5 },
            { id: 10, employee_id: 200, session_date: "2023-09-23", training_topic: "dataanalysis softwaretraining", duration_hours: 5 },
            { id: 11, employee_id: 110, session_date: "2023-08-12", training_topic: "customerrelations", duration_hours: 6 },
            { id: 12, employee_id: 137, session_date: "2023-09-02", training_topic: "financialliteracy", duration_hours: 6 },
            { id: 13, employee_id: 68, session_date: "2023-12-27", training_topic: "negotiation", duration_hours: 5 },
            { id: 14, employee_id: 177, session_date: "2023-06-29", training_topic: "softwaretraining", duration_hours: 7 },
            { id: 15, employee_id: 136, session_date: "2023-08-01", training_topic: "communication timemanagement", duration_hours: null },
            { id: 16, employee_id: 177, session_date: "2023-01-27", training_topic: "softwaretraining safety strategy", duration_hours: 2 },
            { id: 17, employee_id: 68, session_date: "2023-11-23", training_topic: "communication strategy teamwork", duration_hours: 3 },
            { id: 18, employee_id: 167, session_date: "2023-07-19", training_topic: null, duration_hours: 2 },
            { id: 19, employee_id: 56, session_date: "2023-11-10", training_topic: "timemanagement leadership", duration_hours: 6 },
            { id: 20, employee_id: 111, session_date: "2023-06-03", training_topic: "timemanagement technicalskills", duration_hours: 3 },
            { id: 21, employee_id: 81, session_date: "2023-12-18", training_topic: "strategy salesstrategies", duration_hours: 5 },
            { id: 22, employee_id: 120, session_date: "2023-04-16", training_topic: null, duration_hours: 3 },
            { id: 23, employee_id: 38, session_date: "2023-12-08", training_topic: "communication", duration_hours: 1 },
            { id: 24, employee_id: 167, session_date: "2023-11-09", training_topic: "problem-solving financialliteracy projectmanagement", duration_hours: 7 },
            { id: 25, employee_id: 85, session_date: "2023-07-26", training_topic: "teamwork", duration_hours: 7 },
            { id: 26, employee_id: 30, session_date: "2023-06-06", training_topic: null, duration_hours: 3 },
            { id: 27, employee_id: 157, session_date: "2023-12-03", training_topic: "softwaretraining", duration_hours: 6 },
            { id: 28, employee_id: 27, session_date: "2023-10-07", training_topic: null, duration_hours: 2 },
            { id: 29, employee_id: 51, session_date: "2023-04-18", training_topic: "timemanagement strategy", duration_hours: 3 },
            { id: 30, employee_id: 48, session_date: "2023-04-27", training_topic: "leadership teamwork diversity", duration_hours: 7 },
            { id: 31, employee_id: 165, session_date: "2023-08-28", training_topic: "strategy timemanagement", duration_hours: 5 },
            { id: 32, employee_id: 54, session_date: "2023-02-15", training_topic: "teamwork projectmanagement communication", duration_hours: 6 },
            { id: 33, employee_id: 39, session_date: "2023-01-12", training_topic: "dataanalysis marketingstrategies", duration_hours: 4 },
            { id: 34, employee_id: 14, session_date: "2023-09-30", training_topic: "teamwork timemanagement communication", duration_hours: 4 },
            { id: 35, employee_id: 157, session_date: "2023-03-24", training_topic: "marketingstrategies timemanagement diversity", duration_hours: 5 },
            { id: 36, employee_id: 10, session_date: "2023-09-30", training_topic: "teamwork strategy projectmanagement", duration_hours: 6 },
            { id: 37, employee_id: 79, session_date: "2023-12-21", training_topic: "softwaretraining communication projectmanagement", duration_hours: 1 },
            { id: 38, employee_id: 60, session_date: "2023-06-26", training_topic: null, duration_hours: 5 },
            { id: 39, employee_id: 121, session_date: "2023-10-30", training_topic: "innovation", duration_hours: 2 },
            { id: 40, employee_id: 57, session_date: "2023-07-16", training_topic: "conflictresolution negotiation teamwork", duration_hours: 3 },
            { id: 41, employee_id: 6, session_date: "2023-03-19", training_topic: "teamwork", duration_hours: 5 },
            { id: 42, employee_id: 13, session_date: "2023-10-12", training_topic: "problem-solving financialliteracy", duration_hours: 6 },
            { id: 43, employee_id: 68, session_date: "2023-06-27", training_topic: "negotiation", duration_hours: 4 },
            { id: 44, employee_id: 95, session_date: "2023-01-25", training_topic: "compliance", duration_hours: 2 },
            { id: 45, employee_id: 59, session_date: "2023-03-18", training_topic: "diversity", duration_hours: 4 },
            { id: 46, employee_id: 93, session_date: "2023-04-22", training_topic: "technicalskills", duration_hours: 5 },
            { id: 47, employee_id: 143, session_date: "2023-05-02", training_topic: "marketingstrategies negotiation", duration_hours: 1 },
            { id: 48, employee_id: 45, session_date: "2023-07-05", training_topic: "customerrelations", duration_hours: 7 },
            { id: 49, employee_id: 126, session_date: "2023-02-19", training_topic: "innovation negotiation softwaretraining", duration_hours: null },
            { id: 50, employee_id: 125, session_date: "2023-09-04", training_topic: "conflictresolution", duration_hours: 3 },
            { id: 51, employee_id: 145, session_date: "2023-04-04", training_topic: "technicalskills softwaretraining", duration_hours: 1 },
            { id: 52, employee_id: 38, session_date: "2023-09-26", training_topic: "problem-solving", duration_hours: 6 },
            { id: 53, employee_id: 134, session_date: "2023-05-28", training_topic: "negotiation problem-solving", duration_hours: 6 },
            { id: 54, employee_id: 75, session_date: "2023-11-02", training_topic: "negotiation", duration_hours: 7 },
            { id: 55, employee_id: 84, session_date: "2023-08-04", training_topic: "technicalskills timemanagement", duration_hours: 3 },
            { id: 56, employee_id: 14, session_date: "2023-08-27", training_topic: "strategy diversity communication", duration_hours: 8 },
            { id: 57, employee_id: 150, session_date: "2023-10-07", training_topic: "compliance strategy", duration_hours: 5 },
            { id: 58, employee_id: 141, session_date: "2023-02-02", training_topic: "problem-solving", duration_hours: 6 },
            { id: 59, employee_id: 59, session_date: "2023-07-20", training_topic: "compliance", duration_hours: 6 },
            { id: 60, employee_id: 68, session_date: "2023-01-04", training_topic: "timemanagement", duration_hours: 3 },
            { id: 61, employee_id: 180, session_date: "2023-04-15", training_topic: "softwaretraining", duration_hours: 4 },
            { id: 62, employee_id: 187, session_date: "2023-02-16", training_topic: "dataanalysis", duration_hours: 7 },
            { id: 63, employee_id: 189, session_date: "2023-05-23", training_topic: null, duration_hours: 8 },
            { id: 64, employee_id: 159, session_date: "2023-07-24", training_topic: "diversity compliance timemanagement", duration_hours: 1 },
            { id: 65, employee_id: 78, session_date: "2023-10-25", training_topic: null, duration_hours: 7 },
            { id: 66, employee_id: 93, session_date: "2023-04-05", training_topic: "customerrelations", duration_hours: 2 },
            { id: 67, employee_id: 83, session_date: "2023-12-09", training_topic: null, duration_hours: null },
            { id: 68, employee_id: 132, session_date: "2023-07-26", training_topic: "timemanagement technicalskills", duration_hours: 2 },
            { id: 69, employee_id: 22, session_date: "2023-11-13", training_topic: "customerrelations", duration_hours: 5 },
            { id: 70, employee_id: 20, session_date: "2023-08-27", training_topic: "leadership", duration_hours: 4 },
            { id: 71, employee_id: 77, session_date: "2023-02-09", training_topic: "conflictresolution marketingstrategies", duration_hours: 5 },
            { id: 72, employee_id: 145, session_date: "2023-01-22", training_topic: null, duration_hours: 3 },
            { id: 73, employee_id: 28, session_date: "2023-06-08", training_topic: "strategy softwaretraining", duration_hours: 3 },
            { id: 74, employee_id: 29, session_date: "2023-12-02", training_topic: null, duration_hours: 6 },
            { id: 75, employee_id: 47, session_date: "2023-03-15", training_topic: "projectmanagement", duration_hours: 2 },
            { id: 76, employee_id: 77, session_date: "2023-04-07", training_topic: "salesstrategies problem-solving customerrelations", duration_hours: null },
            { id: 77, employee_id: 158, session_date: "2023-01-12", training_topic: "communication", duration_hours: null },
            { id: 78, employee_id: 87, session_date: "2023-01-25", training_topic: "projectmanagement leadership", duration_hours: 4 },
            { id: 79, employee_id: 104, session_date: "2023-12-02", training_topic: "marketingstrategies innovation customerrelations", duration_hours: 4 },
            { id: 80, employee_id: 190, session_date: "2023-08-14", training_topic: "softwaretraining safety", duration_hours: 2 },
            { id: 81, employee_id: 13, session_date: "2023-07-19", training_topic: "communication", duration_hours: 7 },
            { id: 82, employee_id: 55, session_date: "2023-02-16", training_topic: "softwaretraining salesstrategies", duration_hours: 3 },
            { id: 83, employee_id: 72, session_date: "2023-09-02", training_topic: "softwaretraining salesstrategies compliance", duration_hours: 2 },
            { id: 84, employee_id: 192, session_date: "2023-07-17", training_topic: "softwaretraining", duration_hours: 2 },
            { id: 85, employee_id: 14, session_date: "2023-06-17", training_topic: "customerrelations marketingstrategies softwaretraining", duration_hours: 6 },
            { id: 86, employee_id: 108, session_date: "2023-02-13", training_topic: "diversity safety customerrelations", duration_hours: 8 },
            { id: 87, employee_id: 170, session_date: "2023-01-27", training_topic: "financialliteracy conflictresolution", duration_hours: 1 },
            { id: 88, employee_id: 176, session_date: "2023-08-20", training_topic: "salesstrategies", duration_hours: 2 },
            { id: 89, employee_id: 96, session_date: "2023-06-25", training_topic: "negotiation", duration_hours: 7 },
            { id: 90, employee_id: 43, session_date: "2023-06-01", training_topic: "compliance timemanagement marketingstrategies", duration_hours: null },
            { id: 91, employee_id: 42, session_date: "2023-03-17", training_topic: null, duration_hours: 7 },
            { id: 92, employee_id: 133, session_date: "2023-05-29", training_topic: "financialliteracy safety", duration_hours: 6 },
            { id: 93, employee_id: 80, session_date: "2023-03-15", training_topic: "compliance conflictresolution", duration_hours: 2 },
            { id: 94, employee_id: 2, session_date: "2023-09-09", training_topic: "dataanalysis customerrelations leadership", duration_hours: 3 },
            { id: 95, employee_id: 144, session_date: "2023-06-10", training_topic: "conflictresolution", duration_hours: 8 },
            { id: 96, employee_id: 27, session_date: "2023-06-10", training_topic: "communication leadership", duration_hours: 3 },
            { id: 97, employee_id: 138, session_date: "2023-04-28", training_topic: "timemanagement safety compliance", duration_hours: 4 },
            { id: 98, employee_id: 181, session_date: "2023-03-09", training_topic: "compliance", duration_hours: 3 },
            { id: 99, employee_id: 200, session_date: "2023-08-14", training_topic: "negotiation", duration_hours: 3 },
            { id: 100, employee_id: 172, session_date: "2023-12-10", training_topic: "diversity safety problem-solving", duration_hours: 5 },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
