// Personalized Career Pathways Data (ai-driven-personalized-career-pathway-planning) 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.skills), 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.skills.createMany({
        data: [
            { id: 1, skill_name: "decision-making problem-solving", skill_category: "technical", skill_level: 1, is_active: true },
            { id: 2, skill_name: "time presentation", skill_category: "technical", skill_level: 3, is_active: false },
            { id: 3, skill_name: "organization time innovation", skill_category: "soft", skill_level: 2, is_active: true },
            { id: 4, skill_name: "innovation empathy organization", skill_category: "soft", skill_level: 4, is_active: false },
            { id: 5, skill_name: "negotiation", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 6, skill_name: "planning empathy", skill_category: "technical", skill_level: 3, is_active: true },
            { id: 7, skill_name: "collaboration thinking research", skill_category: "technical", skill_level: 3, is_active: true },
            { id: 8, skill_name: "thinking", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 9, skill_name: "innovation communication teamwork", skill_category: "technical", skill_level: 3, is_active: true },
            { id: 10, skill_name: "creativity analysis collaboration", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 11, skill_name: "organization", skill_category: "technical", skill_level: 2, is_active: false },
            { id: 12, skill_name: "negotiation innovation management", skill_category: "analytical", skill_level: 3, is_active: true },
            { id: 13, skill_name: "interpersonal innovation", skill_category: "management", skill_level: 2, is_active: true },
            { id: 14, skill_name: "organization decision-making adaptability", skill_category: "management", skill_level: 3, is_active: true },
            { id: 15, skill_name: "organization", skill_category: "soft", skill_level: 4, is_active: true },
            { id: 16, skill_name: "empathy", skill_category: "technical", skill_level: 4, is_active: false },
            { id: 17, skill_name: "innovation critical teamwork", skill_category: "analytical", skill_level: 3, is_active: true },
            { id: 18, skill_name: "research", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 19, skill_name: "management presentation", skill_category: "technical", skill_level: 3, is_active: true },
            { id: 20, skill_name: "teamwork", skill_category: "analytical", skill_level: 2, is_active: true },
            { id: 21, skill_name: "leadership organization interpersonal", skill_category: "soft", skill_level: 4, is_active: false },
            { id: 22, skill_name: "empathy interpersonal", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 23, skill_name: "negotiation", skill_category: "management", skill_level: 2, is_active: true },
            { id: 24, skill_name: "thinking collaboration", skill_category: "technical", skill_level: 2, is_active: true },
            { id: 25, skill_name: "research adaptability", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 26, skill_name: "critical innovation", skill_category: "management", skill_level: 3, is_active: false },
            { id: 27, skill_name: "problem-solving", skill_category: "technical", skill_level: 3, is_active: true },
            { id: 28, skill_name: "interpersonal", skill_category: "technical", skill_level: 3, is_active: true },
            { id: 29, skill_name: "organization problem-solving", skill_category: "technical", skill_level: 3, is_active: true },
            { id: 30, skill_name: "adaptability", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 31, skill_name: "thinking collaboration", skill_category: "soft", skill_level: 2, is_active: false },
            { id: 32, skill_name: "planning", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 33, skill_name: "communication critical problem-solving", skill_category: "management", skill_level: 3, is_active: false },
            { id: 34, skill_name: "presentation", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 35, skill_name: "critical creativity", skill_category: "technical", skill_level: 4, is_active: true },
            { id: 36, skill_name: "adaptability planning creativity", skill_category: "technical", skill_level: 3, is_active: true },
            { id: 37, skill_name: "empathy negotiation problem-solving", skill_category: "technical", skill_level: 3, is_active: true },
            { id: 38, skill_name: "decision-making creativity time", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 39, skill_name: "leadership research interpersonal", skill_category: "technical", skill_level: 3, is_active: true },
            { id: 40, skill_name: "critical", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 41, skill_name: "interpersonal empathy planning", skill_category: "soft", skill_level: 4, is_active: true },
            { id: 42, skill_name: "thinking planning", skill_category: "soft", skill_level: 4, is_active: true },
            { id: 43, skill_name: "negotiation", skill_category: "analytical", skill_level: 3, is_active: true },
            { id: 44, skill_name: "management", skill_category: "technical", skill_level: 2, is_active: true },
            { id: 45, skill_name: "leadership adaptability", skill_category: "technical", skill_level: 2, is_active: true },
            { id: 46, skill_name: "leadership analysis", skill_category: "technical", skill_level: 2, is_active: false },
            { id: 47, skill_name: "presentation research", skill_category: "soft", skill_level: 3, is_active: true },
            { id: 48, skill_name: "innovation thinking", skill_category: "soft", skill_level: 4, is_active: true },
            { id: 49, skill_name: "planning negotiation research", skill_category: "soft", skill_level: 4, is_active: true },
            { id: 50, skill_name: "negotiation planning", skill_category: "technical", skill_level: 3, is_active: true },
        ],
    });
    await prisma.career_pathways.createMany({
        data: [
            { id: 1, pathway_name: "engineering transportation", description: "An urgent transfer was closed the same day.", required_skills: 1, average_salary: "33000.96", duration_months: 15 },
            { id: 2, pathway_name: "safety healthcare hospitality", description: "The booking was replaced after a repeat check.", required_skills: 21, average_salary: "73902.27", duration_months: 14 },
            { id: 3, pathway_name: "arts public hospitality", description: "The item was closed after a standard check.", required_skills: 20, average_salary: "37930.89", duration_months: 12 },
            { id: 4, pathway_name: "public environmental arts", description: "No response from the courier, so the appointment was updated.", required_skills: 3, average_salary: "106336.64", duration_months: 19 },
            { id: 5, pathway_name: "hospitality services public", description: "The document was replaced after a manual check.", required_skills: 19, average_salary: "104092.51", duration_months: 10 },
            { id: 6, pathway_name: "engineering", description: "The courier confirmed the details and the refund was escalated.", required_skills: 2, average_salary: "77607.01", duration_months: 14 },
            { id: 7, pathway_name: "hospitality environmental law", description: "The customer confirmed the details and the claim was delayed.", required_skills: null, average_salary: "37851.95", duration_months: 16 },
            { id: 8, pathway_name: "public", description: "The appointment was processed — duplicate case, no further action.", required_skills: 42, average_salary: "71547.28", duration_months: 11 },
            { id: 9, pathway_name: "services healthcare", description: "An urgent follow-up: the shipment was confirmed.", required_skills: 1, average_salary: "88255.84", duration_months: 16 },
            { id: 10, pathway_name: "hospitality public", description: "The request was cancelled after a manual check.", required_skills: 38, average_salary: "89079.85", duration_months: 15 },
            { id: 11, pathway_name: "transportation information", description: "The delivery was reviewed following a duplicate review.", required_skills: null, average_salary: "101643.61", duration_months: 19 },
            { id: 12, pathway_name: "arts", description: "A routine document was resolved the same day.", required_skills: 8, average_salary: "33599.15", duration_months: 14 },
            { id: 13, pathway_name: "information marketing education", description: "Flagged as incomplete. The customer escalated the payment.", required_skills: 5, average_salary: "32355.54", duration_months: 20 },
            { id: 14, pathway_name: "information media", description: "The courier asked for a change and the item was escalated.", required_skills: 19, average_salary: "32832.76", duration_months: 18 },
            { id: 15, pathway_name: "education safety", description: "Flagged as routine. The account owner reopened the claim.", required_skills: null, average_salary: "97196.52", duration_months: 15 },
            { id: 16, pathway_name: "agriculture hospitality transportation", description: "A routine session was resolved the same day.", required_skills: 9, average_salary: "58824.92", duration_months: 15 },
            { id: 17, pathway_name: "construction technology science", description: "The reviewer reported an urgent issue; the appointment was delayed.", required_skills: 23, average_salary: "31588.37", duration_months: 19 },
            { id: 18, pathway_name: "healthcare", description: "An operator reported an unusual issue; the record was replaced.", required_skills: 1, average_salary: "138369.03", duration_months: 15 },
            { id: 19, pathway_name: "education media engineering", description: "A partial document was delayed the same day.", required_skills: 1, average_salary: "42182.73", duration_months: 21 },
            { id: 20, pathway_name: "arts finance marketing", description: "The shipment was replaced — minor case, no further action.", required_skills: 2, average_salary: "38525.41", duration_months: 14 },
            { id: 21, pathway_name: "safety hospitality", description: "The supplier asked for a change and the session was rescheduled.", required_skills: 26, average_salary: "56044.98", duration_months: 14 },
            { id: 22, pathway_name: "hospitality business engineering", description: "The order was replaced after an automatic check.", required_skills: 18, average_salary: "40845.83", duration_months: 16 },
            { id: 23, pathway_name: "hospitality services agriculture", description: "A repeat document was resolved the same day.", required_skills: 1, average_salary: "30326.92", duration_months: 19 },
            { id: 24, pathway_name: "science", description: "Flagged as minor. The reviewer refunded the claim.", required_skills: 1, average_salary: "98382.27", duration_months: 14 },
            { id: 25, pathway_name: "social business information", description: "No response from the team, so the account was processed.", required_skills: 30, average_salary: "39816.37", duration_months: 12 },
            { id: 26, pathway_name: "safety engineering information", description: "Support reported an unusual issue; the ticket was resolved.", required_skills: null, average_salary: "131833.94", duration_months: 14 },
            { id: 27, pathway_name: "technology hospitality", description: "The supplier reported a standard issue; the report was resolved.", required_skills: 15, average_salary: "53979.35", duration_months: 12 },
            { id: 28, pathway_name: "law safety", description: "The account was rejected following a repeat review.", required_skills: 26, average_salary: "41674.62", duration_months: 13 },
            { id: 29, pathway_name: "law media science", description: "The account was confirmed following a duplicate review.", required_skills: 10, average_salary: "51946.67", duration_months: 17 },
            { id: 30, pathway_name: "public media safety", description: "The supplier asked for a change and the invoice was escalated.", required_skills: 6, average_salary: "31622.94", duration_months: 18 },
        ],
    });
    await prisma.job_postings.createMany({
        data: [
            { id: 1, job_title: "officer researcher", company: "Cobalt Software", location: "Brussels", posted_date: new Date("2023-06-04T01:35:58Z"), required_skills: 28 },
            { id: 2, job_title: "director writer officer", company: "Compass Health", location: "Boston", posted_date: new Date("2023-05-25T20:39:03Z"), required_skills: 43 },
            { id: 3, job_title: "analyst engineer designer", company: "Field Health", location: "Chicago", posted_date: new Date("2023-05-08T15:44:31Z"), required_skills: 28 },
            { id: 4, job_title: "specialist", company: "Orbit Works", location: "Lagos", posted_date: new Date("2023-12-18T13:30:49Z"), required_skills: 8 },
            { id: 5, job_title: "strategist administrator", company: "Meridian Analytics", location: "Denver", posted_date: new Date("2023-05-08T09:14:59Z"), required_skills: 28 },
            { id: 6, job_title: "director", company: "Tidal Studio", location: "Sydney", posted_date: new Date("2023-08-22T20:20:36Z"), required_skills: 45 },
            { id: 7, job_title: "executive", company: "Apex Labs", location: "Bangkok", posted_date: new Date("2023-12-17T14:30:55Z"), required_skills: 35 },
            { id: 8, job_title: "consultant", company: "North Holdings", location: "Santiago", posted_date: new Date("2023-03-14T09:53:42Z"), required_skills: 42 },
            { id: 9, job_title: "lead manager officer", company: "Ridge Logistics", location: "Stockholm", posted_date: new Date("2023-11-27T20:35:00Z"), required_skills: 2 },
            { id: 10, job_title: "researcher director consultant", company: "Granite Labs", location: "Copenhagen", posted_date: new Date("2023-03-01T07:04:59Z"), required_skills: 5 },
            { id: 11, job_title: "agent analyst", company: "Juniper Group", location: "Kyoto", posted_date: new Date("2023-12-10T01:59:35Z"), required_skills: 1 },
            { id: 12, job_title: "executive coordinator associate", company: "Vector Partners", location: "Jakarta", posted_date: new Date("2023-06-08T14:13:07Z"), required_skills: 13 },
            { id: 13, job_title: "technician representative", company: "Field Labs", location: "Madrid", posted_date: new Date("2023-05-06T09:06:38Z"), required_skills: 1 },
            { id: 14, job_title: "developer agent executive", company: "Ember Logistics", location: "Lisbon", posted_date: new Date("2023-10-31T20:28:48Z"), required_skills: 23 },
            { id: 15, job_title: "technician", company: "Clear Works", location: "Bangkok", posted_date: new Date("2023-12-20T19:31:13Z"), required_skills: 33 },
            { id: 16, job_title: "engineer technician agent", company: "Ridge Health", location: "Munich", posted_date: new Date("2023-05-27T03:02:00Z"), required_skills: 49 },
            { id: 17, job_title: "developer researcher specialist", company: "Beacon Foods", location: "Brussels", posted_date: new Date("2023-04-08T17:39:25Z"), required_skills: 3 },
            { id: 18, job_title: "engineer researcher lead", company: "Orbit Works", location: "Brussels", posted_date: new Date("2023-02-23T23:15:41Z"), required_skills: 49 },
            { id: 19, job_title: "specialist consultant", company: "Cobalt Digital", location: "Barcelona", posted_date: new Date("2023-07-09T21:52:53Z"), required_skills: 27 },
            { id: 20, job_title: "administrator agent", company: "Keystone Industries", location: "Zurich", posted_date: new Date("2023-12-23T16:21:19Z"), required_skills: 1 },
            { id: 21, job_title: "officer researcher executive", company: "Ember Group", location: "London", posted_date: new Date("2023-02-20T11:26:33Z"), required_skills: 2 },
            { id: 22, job_title: "consultant", company: "Orbit Digital", location: "Hamburg", posted_date: new Date("2023-05-13T06:00:17Z"), required_skills: 1 },
            { id: 23, job_title: "director officer", company: "Lumen Digital", location: "Seattle", posted_date: new Date("2023-10-12T19:53:38Z"), required_skills: 17 },
            { id: 24, job_title: "technician specialist", company: "Vista Systems", location: "Nairobi", posted_date: new Date("2023-11-18T20:07:50Z"), required_skills: 21 },
            { id: 25, job_title: "coordinator", company: "Orbit Logistics", location: "Seoul", posted_date: new Date("2023-12-24T13:11:02Z"), required_skills: 6 },
            { id: 26, job_title: "writer associate", company: "Summit Digital", location: "Seoul", posted_date: new Date("2023-02-26T13:20:56Z"), required_skills: 1 },
            { id: 27, job_title: "officer", company: "Tidal Digital", location: "Copenhagen", posted_date: new Date("2023-06-17T21:06:33Z"), required_skills: 1 },
            { id: 28, job_title: "lead designer representative", company: "Lantern Systems", location: "Boston", posted_date: new Date("2023-10-31T12:29:52Z"), required_skills: 21 },
            { id: 29, job_title: "manager specialist", company: "Oak Partners", location: "Budapest", posted_date: new Date("2023-11-30T12:09:43Z"), required_skills: 5 },
            { id: 30, job_title: "director strategist administrator", company: "Pine Digital", location: "Milan", posted_date: new Date("2023-08-14T21:05:41Z"), required_skills: 4 },
            { id: 31, job_title: "writer executive", company: "North Works", location: "Bangkok", posted_date: new Date("2023-01-24T13:30:17Z"), required_skills: 2 },
            { id: 32, job_title: "designer specialist", company: "Willow Logistics", location: "Vienna", posted_date: new Date("2023-07-20T15:51:32Z"), required_skills: 49 },
            { id: 33, job_title: "consultant analyst", company: "Juniper Works", location: "Berlin", posted_date: new Date("2023-09-27T17:26:47Z"), required_skills: 1 },
            { id: 34, job_title: "technician", company: "Ember Industries", location: "Copenhagen", posted_date: new Date("2023-11-26T06:28:13Z"), required_skills: 12 },
            { id: 35, job_title: "administrator", company: "Pine Media", location: "Santiago", posted_date: new Date("2023-10-02T16:15:43Z"), required_skills: 27 },
            { id: 36, job_title: "manager coordinator consultant", company: "Lumen Works", location: "Edinburgh", posted_date: new Date("2023-05-20T14:30:49Z"), required_skills: 14 },
            { id: 37, job_title: "consultant technician", company: "Meridian Works", location: "Brussels", posted_date: new Date("2023-10-22T10:44:42Z"), required_skills: 41 },
            { id: 38, job_title: "developer", company: "Pine Industries", location: "Taipei", posted_date: new Date("2023-03-03T13:47:47Z"), required_skills: 1 },
            { id: 39, job_title: "coordinator agent researcher", company: "Delta Works", location: "Warsaw", posted_date: new Date("2023-11-01T19:51:42Z"), required_skills: 23 },
            { id: 40, job_title: "coordinator", company: "Apex Holdings", location: "Bogota", posted_date: new Date("2023-01-06T21:32:32Z"), required_skills: 25 },
            { id: 41, job_title: "engineer consultant officer", company: "Oak Group", location: "Oslo", posted_date: new Date("2023-05-17T16:47:04Z"), required_skills: 2 },
            { id: 42, job_title: "officer", company: "Ember Health", location: "London", posted_date: new Date("2023-01-13T12:36:43Z"), required_skills: 22 },
            { id: 43, job_title: "technician associate administrator", company: "Granite Energy", location: "Copenhagen", posted_date: new Date("2023-08-17T16:40:15Z"), required_skills: 50 },
            { id: 44, job_title: "coordinator", company: "Sable Media", location: "Bucharest", posted_date: new Date("2023-10-28T22:23:31Z"), required_skills: 3 },
            { id: 45, job_title: "strategist designer director", company: "Harbor Health", location: "Lyon", posted_date: new Date("2023-05-16T23:31:12Z"), required_skills: 45 },
            { id: 46, job_title: "manager representative", company: "Ember Studio", location: "Hamburg", posted_date: new Date("2023-08-09T13:33:41Z"), required_skills: 4 },
            { id: 47, job_title: "designer technician engineer", company: "Bright Studio", location: "Oslo", posted_date: new Date("2023-12-17T15:16:38Z"), required_skills: 2 },
            { id: 48, job_title: "executive analyst designer", company: "Orbit Energy", location: "Copenhagen", posted_date: new Date("2023-08-14T10:55:12Z"), required_skills: 42 },
            { id: 49, job_title: "analyst technician", company: "Granite Group", location: "Berlin", posted_date: new Date("2023-03-11T16:02:19Z"), required_skills: 7 },
            { id: 50, job_title: "technician agent representative", company: "Harbor Media", location: "Edinburgh", posted_date: new Date("2023-09-16T20:18:02Z"), required_skills: 20 },
            { id: 51, job_title: "analyst consultant", company: "Sable Health", location: "Lyon", posted_date: new Date("2023-09-07T14:16:21Z"), required_skills: 5 },
            { id: 52, job_title: "designer associate", company: "Quill Partners", location: "Izmir", posted_date: new Date("2023-12-11T09:31:18Z"), required_skills: 26 },
            { id: 53, job_title: "strategist", company: "Tidal Studio", location: "Austin", posted_date: new Date("2023-11-07T19:39:10Z"), required_skills: 34 },
            { id: 54, job_title: "representative writer", company: "North Software", location: "Istanbul", posted_date: new Date("2023-09-10T18:55:22Z"), required_skills: 2 },
            { id: 55, job_title: "analyst engineer", company: "Cedar Industries", location: "Manila", posted_date: new Date("2023-05-08T21:57:28Z"), required_skills: 19 },
            { id: 56, job_title: "director", company: "Cedar Health", location: "Vienna", posted_date: new Date("2023-02-25T19:05:21Z"), required_skills: 12 },
            { id: 57, job_title: "researcher", company: "Vector Health", location: "Tokyo", posted_date: new Date("2023-11-23T18:47:41Z"), required_skills: 1 },
            { id: 58, job_title: "executive representative officer", company: "Crest Digital", location: "Toronto", posted_date: new Date("2023-02-27T15:49:06Z"), required_skills: 7 },
            { id: 59, job_title: "executive designer", company: "Ridge Digital", location: "Zurich", posted_date: new Date("2023-03-14T19:49:23Z"), required_skills: 1 },
            { id: 60, job_title: "engineer designer", company: "Clear Analytics", location: "Lima", posted_date: new Date("2023-12-14T16:11:35Z"), required_skills: 32 },
            { id: 61, job_title: "administrator analyst representative", company: "Crest Group", location: "Prague", posted_date: new Date("2023-04-14T13:08:03Z"), required_skills: 16 },
            { id: 62, job_title: "associate developer", company: "Summit Software", location: "Taipei", posted_date: new Date("2023-09-01T11:17:36Z"), required_skills: 25 },
            { id: 63, job_title: "engineer researcher", company: "Lumen Works", location: "Copenhagen", posted_date: new Date("2023-02-02T19:15:06Z"), required_skills: 36 },
            { id: 64, job_title: "executive officer agent", company: "River Software", location: "Cairo", posted_date: new Date("2023-11-14T17:17:22Z"), required_skills: 48 },
            { id: 65, job_title: "consultant administrator developer", company: "Juniper Partners", location: "Edinburgh", posted_date: new Date("2023-05-28T07:38:53Z"), required_skills: 2 },
            { id: 66, job_title: "specialist", company: "Sable Systems", location: "Vancouver", posted_date: new Date("2023-05-20T20:57:30Z"), required_skills: 30 },
            { id: 67, job_title: "engineer director technician", company: "Iron Energy", location: "Vancouver", posted_date: new Date("2023-09-28T03:53:27Z"), required_skills: 20 },
            { id: 68, job_title: "consultant", company: "Ridge Holdings", location: "Lagos", posted_date: new Date("2023-12-06T10:19:52Z"), required_skills: 9 },
            { id: 69, job_title: "designer", company: "Granite Energy", location: "Manila", posted_date: new Date("2023-06-08T15:42:09Z"), required_skills: 19 },
            { id: 70, job_title: "researcher consultant", company: "Crest Holdings", location: "Seoul", posted_date: new Date("2023-04-29T09:40:11Z"), required_skills: 17 },
            { id: 71, job_title: "administrator", company: "Beacon Group", location: "Bogota", posted_date: new Date("2023-08-13T11:26:48Z"), required_skills: 8 },
            { id: 72, job_title: "administrator", company: "Ridge Systems", location: "London", posted_date: new Date("2023-10-25T13:19:10Z"), required_skills: 23 },
            { id: 73, job_title: "coordinator representative", company: "River Industries", location: "Tokyo", posted_date: new Date("2023-08-28T23:28:09Z"), required_skills: 34 },
            { id: 74, job_title: "administrator strategist associate", company: "Ember Energy", location: "San Diego", posted_date: new Date("2023-09-06T20:34:57Z"), required_skills: 25 },
            { id: 75, job_title: "writer associate", company: "Vector Studio", location: "Chicago", posted_date: new Date("2023-10-24T12:44:38Z"), required_skills: 7 },
            { id: 76, job_title: "representative", company: "Cedar Foods", location: "Helsinki", posted_date: new Date("2023-09-28T17:13:14Z"), required_skills: 25 },
            { id: 77, job_title: "strategist analyst", company: "Lumen Partners", location: "Milan", posted_date: new Date("2023-12-02T15:49:12Z"), required_skills: 1 },
            { id: 78, job_title: "designer", company: "Compass Software", location: "Jakarta", posted_date: new Date("2023-08-27T08:30:34Z"), required_skills: 13 },
            { id: 79, job_title: "associate consultant strategist", company: "Ember Group", location: "Montreal", posted_date: new Date("2023-09-15T19:19:01Z"), required_skills: 2 },
            { id: 80, job_title: "designer consultant", company: "Pine Digital", location: "Taipei", posted_date: new Date("2023-10-15T11:40:39Z"), required_skills: 1 },
            { id: 81, job_title: "developer manager", company: "Keystone Labs", location: "Mexico City", posted_date: new Date("2023-06-28T05:45:45Z"), required_skills: 43 },
            { id: 82, job_title: "designer", company: "Field Energy", location: "Vienna", posted_date: new Date("2023-01-07T19:26:19Z"), required_skills: 6 },
            { id: 83, job_title: "analyst engineer lead", company: "Granite Labs", location: "Rome", posted_date: new Date("2023-01-30T20:06:27Z"), required_skills: 8 },
            { id: 84, job_title: "lead associate", company: "Harbor Media", location: "Boston", posted_date: new Date("2023-07-16T17:26:14Z"), required_skills: 1 },
            { id: 85, job_title: "researcher representative specialist", company: "Keystone Labs", location: "Madrid", posted_date: new Date("2023-11-19T14:00:03Z"), required_skills: 7 },
            { id: 86, job_title: "manager writer", company: "Beacon Analytics", location: "Singapore", posted_date: new Date("2023-12-30T21:29:28Z"), required_skills: 25 },
            { id: 87, job_title: "developer coordinator", company: "Tidal Analytics", location: "Chicago", posted_date: new Date("2023-02-05T10:46:27Z"), required_skills: 46 },
            { id: 88, job_title: "associate", company: "Meridian Analytics", location: "Munich", posted_date: new Date("2023-08-02T08:02:17Z"), required_skills: 47 },
            { id: 89, job_title: "representative", company: "Crest Industries", location: "Jakarta", posted_date: new Date("2023-02-28T13:05:26Z"), required_skills: 1 },
            { id: 90, job_title: "designer director", company: "Juniper Logistics", location: "Lagos", posted_date: new Date("2023-12-22T20:59:27Z"), required_skills: 16 },
            { id: 91, job_title: "director executive", company: "Oak Holdings", location: "Jakarta", posted_date: new Date("2023-10-22T10:39:24Z"), required_skills: 20 },
            { id: 92, job_title: "researcher representative", company: "Lantern Works", location: "Jakarta", posted_date: new Date("2023-12-28T18:40:28Z"), required_skills: 41 },
            { id: 93, job_title: "technician researcher associate", company: "Delta Logistics", location: "Boston", posted_date: new Date("2023-10-28T13:44:34Z"), required_skills: 24 },
            { id: 94, job_title: "officer technician lead", company: "Lumen Foods", location: "London", posted_date: new Date("2023-11-09T12:01:52Z"), required_skills: 10 },
            { id: 95, job_title: "representative officer administrator", company: "Ember Analytics", location: "Hamburg", posted_date: new Date("2023-05-08T19:50:48Z"), required_skills: 1 },
            { id: 96, job_title: "researcher specialist consultant", company: "Apex Holdings", location: "Copenhagen", posted_date: new Date("2023-12-08T16:45:59Z"), required_skills: 22 },
            { id: 97, job_title: "officer administrator", company: "Vector Software", location: "Amsterdam", posted_date: new Date("2023-09-23T13:24:43Z"), required_skills: 12 },
            { id: 98, job_title: "director associate", company: "Crest Digital", location: "Athens", posted_date: new Date("2023-10-24T12:26:20Z"), required_skills: 2 },
            { id: 99, job_title: "engineer designer coordinator", company: "Forge Studio", location: "Sao Paulo", posted_date: new Date("2023-08-29T22:17:02Z"), required_skills: 7 },
            { id: 100, job_title: "associate specialist agent", company: "Clear Software", location: "Oslo", posted_date: new Date("2023-10-19T11:54:06Z"), required_skills: 34 },
            { id: 101, job_title: "representative writer", company: "Vector Works", location: "Brussels", posted_date: new Date("2023-06-14T19:48:47Z"), required_skills: 30 },
            { id: 102, job_title: "researcher representative associate", company: "Lumen Partners", location: "Manchester", posted_date: new Date("2023-09-27T15:52:05Z"), required_skills: 37 },
            { id: 103, job_title: "agent administrator engineer", company: "River Studio", location: "Stockholm", posted_date: new Date("2023-10-31T18:58:00Z"), required_skills: 10 },
            { id: 104, job_title: "director", company: "North Industries", location: "Mexico City", posted_date: new Date("2023-08-21T00:59:46Z"), required_skills: 22 },
            { id: 105, job_title: "specialist manager", company: "Summit Energy", location: "Montreal", posted_date: new Date("2023-03-30T15:36:20Z"), required_skills: 26 },
            { id: 106, job_title: "writer technician", company: "Clear Group", location: "Lyon", posted_date: new Date("2023-08-28T20:13:29Z"), required_skills: 8 },
            { id: 107, job_title: "developer analyst officer", company: "Atlas Group", location: "Tokyo", posted_date: new Date("2023-12-26T05:38:27Z"), required_skills: 6 },
            { id: 108, job_title: "consultant coordinator designer", company: "Field Studio", location: "Lisbon", posted_date: new Date("2023-12-24T20:59:23Z"), required_skills: 9 },
            { id: 109, job_title: "administrator representative lead", company: "Juniper Energy", location: "Denver", posted_date: new Date("2023-06-24T18:37:46Z"), required_skills: 16 },
            { id: 110, job_title: "specialist manager representative", company: "Atlas Labs", location: "Santiago", posted_date: new Date("2023-10-22T21:13:41Z"), required_skills: 1 },
            { id: 111, job_title: "strategist", company: "Keystone Digital", location: "Munich", posted_date: new Date("2023-03-14T18:28:40Z"), required_skills: 15 },
            { id: 112, job_title: "administrator executive", company: "Summit Foods", location: "Stockholm", posted_date: new Date("2023-09-06T19:34:43Z"), required_skills: 45 },
            { id: 113, job_title: "officer specialist writer", company: "Oak Foods", location: "Copenhagen", posted_date: new Date("2023-09-29T20:55:47Z"), required_skills: 17 },
            { id: 114, job_title: "specialist", company: "Juniper Works", location: "Lima", posted_date: new Date("2023-09-27T22:42:16Z"), required_skills: 40 },
            { id: 115, job_title: "analyst", company: "Willow Media", location: "Oslo", posted_date: new Date("2023-10-26T08:52:26Z"), required_skills: 34 },
            { id: 116, job_title: "technician analyst consultant", company: "Iron Studio", location: "Milan", posted_date: new Date("2023-12-02T20:41:43Z"), required_skills: 49 },
            { id: 117, job_title: "writer officer", company: "Meridian Digital", location: "San Diego", posted_date: new Date("2023-01-14T06:49:24Z"), required_skills: 5 },
            { id: 118, job_title: "representative engineer", company: "Granite Holdings", location: "Lisbon", posted_date: new Date("2023-07-01T21:11:01Z"), required_skills: 5 },
            { id: 119, job_title: "director", company: "Meridian Energy", location: "Nairobi", posted_date: new Date("2023-07-26T20:42:17Z"), required_skills: 39 },
            { id: 120, job_title: "developer", company: "North Health", location: "Auckland", posted_date: new Date("2023-12-11T17:30:45Z"), required_skills: 45 },
            { id: 121, job_title: "officer", company: "Beacon Studio", location: "Zurich", posted_date: new Date("2023-09-11T00:37:14Z"), required_skills: 24 },
            { id: 122, job_title: "designer", company: "Lantern Systems", location: "Athens", posted_date: new Date("2023-07-15T23:13:30Z"), required_skills: 44 },
            { id: 123, job_title: "specialist administrator analyst", company: "Forge Works", location: "Kyoto", posted_date: new Date("2023-07-23T12:14:50Z"), required_skills: 26 },
            { id: 124, job_title: "strategist specialist agent", company: "Keystone Labs", location: "Nairobi", posted_date: new Date("2023-09-29T06:58:02Z"), required_skills: 2 },
            { id: 125, job_title: "officer engineer lead", company: "Granite Analytics", location: "Dublin", posted_date: new Date("2023-12-18T08:06:28Z"), required_skills: 10 },
            { id: 126, job_title: "officer", company: "Beacon Industries", location: "Helsinki", posted_date: new Date("2023-12-27T19:06:41Z"), required_skills: 41 },
            { id: 127, job_title: "consultant specialist", company: "Atlas Labs", location: "Lyon", posted_date: new Date("2023-06-29T13:01:35Z"), required_skills: 20 },
            { id: 128, job_title: "consultant", company: "Sable Group", location: "Kyoto", posted_date: new Date("2023-11-28T13:14:23Z"), required_skills: 2 },
            { id: 129, job_title: "representative manager specialist", company: "Vector Holdings", location: "Auckland", posted_date: new Date("2023-03-13T08:57:19Z"), required_skills: 8 },
            { id: 130, job_title: "administrator", company: "Quill Studio", location: "Melbourne", posted_date: new Date("2023-09-08T09:34:42Z"), required_skills: 1 },
            { id: 131, job_title: "designer", company: "Ridge Group", location: "Buenos Aires", posted_date: new Date("2023-11-10T18:16:13Z"), required_skills: 14 },
            { id: 132, job_title: "executive specialist", company: "Willow Software", location: "Chicago", posted_date: new Date("2023-02-12T17:50:57Z"), required_skills: 1 },
            { id: 133, job_title: "manager analyst", company: "Vista Media", location: "Ankara", posted_date: new Date("2023-04-11T18:59:17Z"), required_skills: 13 },
            { id: 134, job_title: "agent", company: "Atlas Group", location: "Warsaw", posted_date: new Date("2023-01-25T13:51:33Z"), required_skills: 1 },
            { id: 135, job_title: "lead executive", company: "Crest Works", location: "Sao Paulo", posted_date: new Date("2023-07-24T11:42:19Z"), required_skills: 17 },
            { id: 136, job_title: "analyst", company: "Lumen Labs", location: "Amsterdam", posted_date: new Date("2023-04-22T20:50:04Z"), required_skills: 17 },
            { id: 137, job_title: "executive associate designer", company: "Sable Labs", location: "Amsterdam", posted_date: new Date("2023-12-07T18:30:35Z"), required_skills: 1 },
            { id: 138, job_title: "writer researcher", company: "Forge Health", location: "Istanbul", posted_date: new Date("2023-10-26T19:43:52Z"), required_skills: 50 },
            { id: 139, job_title: "technician strategist lead", company: "Atlas Group", location: "Athens", posted_date: new Date("2023-10-16T16:32:20Z"), required_skills: 2 },
            { id: 140, job_title: "specialist", company: "Compass Energy", location: "Madrid", posted_date: new Date("2023-11-22T16:18:13Z"), required_skills: 7 },
            { id: 141, job_title: "analyst executive specialist", company: "Juniper Group", location: "Ankara", posted_date: new Date("2023-12-17T18:35:11Z"), required_skills: 21 },
            { id: 142, job_title: "specialist associate writer", company: "Willow Health", location: "Amsterdam", posted_date: new Date("2023-10-16T20:00:19Z"), required_skills: 30 },
            { id: 143, job_title: "associate", company: "Vector Energy", location: "Chicago", posted_date: new Date("2023-10-19T13:00:29Z"), required_skills: 1 },
            { id: 144, job_title: "executive writer", company: "Orbit Labs", location: "Barcelona", posted_date: new Date("2023-04-10T08:56:21Z"), required_skills: 49 },
            { id: 145, job_title: "lead coordinator technician", company: "Compass Partners", location: "Zurich", posted_date: new Date("2023-05-15T17:05:08Z"), required_skills: 48 },
            { id: 146, job_title: "strategist", company: "North Software", location: "Toronto", posted_date: new Date("2023-10-18T00:47:59Z"), required_skills: 5 },
            { id: 147, job_title: "technician", company: "Ridge Studio", location: "Delhi", posted_date: new Date("2023-10-22T10:02:57Z"), required_skills: 17 },
            { id: 148, job_title: "representative director engineer", company: "Sable Logistics", location: "Toronto", posted_date: new Date("2023-11-11T09:45:38Z"), required_skills: 27 },
            { id: 149, job_title: "administrator", company: "Keystone Works", location: "Mumbai", posted_date: new Date("2023-07-09T18:46:49Z"), required_skills: 1 },
            { id: 150, job_title: "coordinator executive designer", company: "Granite Analytics", location: "Barcelona", posted_date: new Date("2023-06-17T14:31:24Z"), required_skills: 1 },
            { id: 151, job_title: "agent consultant", company: "Iron Labs", location: "Vienna", posted_date: new Date("2023-12-25T19:56:19Z"), required_skills: 12 },
            { id: 152, job_title: "agent technician director", company: "Harbor Energy", location: "Prague", posted_date: new Date("2023-05-13T09:36:56Z"), required_skills: 8 },
            { id: 153, job_title: "administrator", company: "Beacon Holdings", location: "Vancouver", posted_date: new Date("2023-10-14T21:11:01Z"), required_skills: 13 },
            { id: 154, job_title: "officer associate", company: "Vector Foods", location: "Montreal", posted_date: new Date("2023-09-29T12:18:45Z"), required_skills: 31 },
            { id: 155, job_title: "representative", company: "Field Media", location: "Sydney", posted_date: new Date("2023-05-25T21:48:27Z"), required_skills: 23 },
            { id: 156, job_title: "manager", company: "Lumen Health", location: "Vancouver", posted_date: new Date("2023-10-27T20:36:15Z"), required_skills: 23 },
            { id: 157, job_title: "analyst agent officer", company: "Keystone Health", location: "Manila", posted_date: new Date("2023-07-03T20:54:49Z"), required_skills: 13 },
            { id: 158, job_title: "specialist representative", company: "Apex Software", location: "Auckland", posted_date: new Date("2023-02-19T20:55:46Z"), required_skills: 40 },
            { id: 159, job_title: "designer developer executive", company: "Meridian Digital", location: "Brussels", posted_date: new Date("2023-09-30T17:43:15Z"), required_skills: 25 },
            { id: 160, job_title: "lead manager", company: "Bright Group", location: "Boston", posted_date: new Date("2023-11-29T18:28:16Z"), required_skills: 29 },
            { id: 161, job_title: "agent", company: "Keystone Labs", location: "Dublin", posted_date: new Date("2023-10-29T18:24:26Z"), required_skills: 29 },
            { id: 162, job_title: "technician representative", company: "Lantern Software", location: "Izmir", posted_date: new Date("2023-11-29T16:13:57Z"), required_skills: 10 },
            { id: 163, job_title: "manager writer director", company: "Oak Holdings", location: "Zurich", posted_date: new Date("2023-09-02T11:32:15Z"), required_skills: 46 },
            { id: 164, job_title: "strategist lead", company: "Apex Digital", location: "Barcelona", posted_date: new Date("2023-11-23T15:24:56Z"), required_skills: 9 },
            { id: 165, job_title: "specialist director", company: "Atlas Logistics", location: "Munich", posted_date: new Date("2023-05-05T20:33:03Z"), required_skills: 33 },
            { id: 166, job_title: "administrator designer director", company: "Quill Software", location: "Manila", posted_date: new Date("2023-03-20T15:15:45Z"), required_skills: 36 },
            { id: 167, job_title: "coordinator specialist writer", company: "Lantern Logistics", location: "Oslo", posted_date: new Date("2023-08-22T19:02:31Z"), required_skills: 15 },
            { id: 168, job_title: "representative", company: "River Analytics", location: "Auckland", posted_date: new Date("2023-10-24T20:05:16Z"), required_skills: 12 },
            { id: 169, job_title: "strategist agent", company: "Keystone Health", location: "Prague", posted_date: new Date("2023-10-28T09:57:16Z"), required_skills: 29 },
            { id: 170, job_title: "lead", company: "Willow Works", location: "Bangkok", posted_date: new Date("2023-12-26T14:01:00Z"), required_skills: 3 },
            { id: 171, job_title: "manager director writer", company: "Quill Energy", location: "Vienna", posted_date: new Date("2023-05-04T20:45:42Z"), required_skills: 41 },
            { id: 172, job_title: "administrator", company: "Vector Analytics", location: "Lisbon", posted_date: new Date("2023-05-03T14:40:50Z"), required_skills: 1 },
            { id: 173, job_title: "developer executive", company: "Ridge Studio", location: "Nairobi", posted_date: new Date("2023-02-22T15:59:15Z"), required_skills: 5 },
            { id: 174, job_title: "manager consultant", company: "Bright Health", location: "Oslo", posted_date: new Date("2023-04-14T19:56:47Z"), required_skills: 1 },
            { id: 175, job_title: "engineer", company: "Summit Works", location: "Munich", posted_date: new Date("2023-08-09T21:34:27Z"), required_skills: 2 },
            { id: 176, job_title: "director manager", company: "Bright Works", location: "Barcelona", posted_date: new Date("2023-07-31T21:07:57Z"), required_skills: 5 },
            { id: 177, job_title: "engineer technician developer", company: "Tidal Analytics", location: "Santiago", posted_date: new Date("2023-11-12T04:08:08Z"), required_skills: 31 },
            { id: 178, job_title: "manager specialist representative", company: "Keystone Works", location: "Manchester", posted_date: new Date("2023-04-08T08:54:02Z"), required_skills: 48 },
            { id: 179, job_title: "coordinator manager specialist", company: "Cobalt Logistics", location: "Zurich", posted_date: new Date("2023-12-23T04:28:26Z"), required_skills: 24 },
            { id: 180, job_title: "technician representative", company: "Pine Analytics", location: "Montreal", posted_date: new Date("2023-10-19T20:12:07Z"), required_skills: 9 },
            { id: 181, job_title: "developer", company: "Keystone Group", location: "Stockholm", posted_date: new Date("2023-01-09T09:41:26Z"), required_skills: 1 },
            { id: 182, job_title: "developer designer director", company: "Delta Studio", location: "Milan", posted_date: new Date("2023-01-25T14:21:56Z"), required_skills: 2 },
            { id: 183, job_title: "specialist engineer", company: "Harbor Logistics", location: "Kyoto", posted_date: new Date("2023-05-01T21:31:08Z"), required_skills: 1 },
            { id: 184, job_title: "manager lead engineer", company: "Cobalt Works", location: "Cape Town", posted_date: new Date("2023-06-05T08:40:11Z"), required_skills: 3 },
            { id: 185, job_title: "writer", company: "Clear Labs", location: "Izmir", posted_date: new Date("2023-06-09T11:53:56Z"), required_skills: 8 },
            { id: 186, job_title: "executive agent director", company: "Atlas Partners", location: "Bucharest", posted_date: new Date("2023-04-21T16:43:29Z"), required_skills: 34 },
            { id: 187, job_title: "lead officer manager", company: "Willow Systems", location: "Santiago", posted_date: new Date("2023-11-17T23:21:27Z"), required_skills: 40 },
            { id: 188, job_title: "executive strategist agent", company: "Tidal Analytics", location: "Ankara", posted_date: new Date("2023-12-21T21:52:35Z"), required_skills: 32 },
            { id: 189, job_title: "officer", company: "Iron Systems", location: "Melbourne", posted_date: new Date("2023-06-09T09:54:37Z"), required_skills: 12 },
            { id: 190, job_title: "technician representative designer", company: "Crest Software", location: "Seoul", posted_date: new Date("2023-05-09T20:59:18Z"), required_skills: 3 },
            { id: 191, job_title: "agent", company: "Acme Health", location: "Mumbai", posted_date: new Date("2023-03-24T13:16:50Z"), required_skills: 18 },
            { id: 192, job_title: "associate", company: "Acme Labs", location: "Mumbai", posted_date: new Date("2023-05-25T19:38:58Z"), required_skills: 27 },
            { id: 193, job_title: "engineer agent officer", company: "Vista Foods", location: "Chicago", posted_date: new Date("2023-12-05T02:00:23Z"), required_skills: 1 },
            { id: 194, job_title: "agent developer", company: "Delta Holdings", location: "Stockholm", posted_date: new Date("2023-09-17T19:26:33Z"), required_skills: 39 },
            { id: 195, job_title: "researcher manager officer", company: "Harbor Group", location: "Barcelona", posted_date: new Date("2023-03-20T17:29:53Z"), required_skills: 31 },
            { id: 196, job_title: "officer manager designer", company: "Pine Partners", location: "San Diego", posted_date: new Date("2023-11-23T13:53:36Z"), required_skills: 5 },
            { id: 197, job_title: "technician writer representative", company: "Beacon Holdings", location: "Cape Town", posted_date: new Date("2023-09-28T21:06:07Z"), required_skills: 1 },
            { id: 198, job_title: "director designer analyst", company: "Orbit Works", location: "Paris", posted_date: new Date("2023-11-04T14:15:18Z"), required_skills: 9 },
            { id: 199, job_title: "lead", company: "Atlas Works", location: "Lima", posted_date: new Date("2023-10-07T15:57:00Z"), required_skills: 9 },
            { id: 200, job_title: "technician consultant", company: "River Industries", location: "Mumbai", posted_date: new Date("2023-11-26T19:28:16Z"), required_skills: 3 },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Emma Evans", email: "emma.evans@example.net", created_at: new Date("2023-07-10T16:23:49Z") },
            { id: 2, full_name: "Sven Singh", email: "sven.singh@example.org", created_at: new Date("2023-02-20T15:09:57Z") },
            { id: 3, full_name: "Karim Johnson", email: "karim.johnson@example.net", created_at: new Date("2023-11-01T10:29:12Z") },
            { id: 4, full_name: "Pedro Mendes", email: "pedro.mendes@example.com", created_at: new Date("2023-04-02T15:10:05Z") },
            { id: 5, full_name: "Olivia Davis", email: "olivia.davis@example.com", created_at: new Date("2023-03-04T11:30:02Z") },
            { id: 6, full_name: "Mila Sato", email: "mila.sato@example.org", created_at: new Date("2023-06-20T18:44:20Z") },
            { id: 7, full_name: "Tariq Kaya", email: "tariq.kaya@example.org", created_at: new Date("2023-02-09T16:26:48Z") },
            { id: 8, full_name: "Oscar Davis", email: "oscar.davis@example.net", created_at: new Date("2023-12-15T08:39:19Z") },
            { id: 9, full_name: "Priya Reyes", email: "priya.reyes@example.org", created_at: new Date("2023-02-04T09:20:05Z") },
            { id: 10, full_name: "Daniel Chen", email: "daniel.chen@example.org", created_at: new Date("2023-07-18T16:40:25Z") },
            { id: 11, full_name: "Marco Ahmed", email: "marco.ahmed@example.net", created_at: new Date("2023-09-23T12:46:48Z") },
            { id: 12, full_name: "Nadia Sousa", email: "nadia.sousa@example.org", created_at: new Date("2023-01-19T10:29:33Z") },
            { id: 13, full_name: "Deniz Reyes", email: "deniz.reyes@example.org", created_at: new Date("2023-08-03T16:16:21Z") },
            { id: 14, full_name: "Chen Schmidt", email: "chen.schmidt@example.net", created_at: new Date("2023-06-07T13:08:23Z") },
            { id: 15, full_name: "Victor Patel", email: "victor.patel@example.net", created_at: new Date("2023-04-06T18:20:58Z") },
            { id: 16, full_name: "Grace Silva", email: "grace.silva@example.com", created_at: new Date("2023-07-06T12:37:20Z") },
            { id: 17, full_name: "Mia Yilmaz", email: "mia.yilmaz@example.com", created_at: new Date("2023-05-11T09:04:25Z") },
            { id: 18, full_name: "Tomas Klein", email: "tomas.klein@example.net", created_at: new Date("2023-12-01T08:34:24Z") },
            { id: 19, full_name: "Priya Smith", email: "priya.smith@example.com", created_at: new Date("2023-09-16T17:00:15Z") },
            { id: 20, full_name: "Fatima Torres", email: "fatima.torres@example.net", created_at: new Date("2023-03-23T09:27:01Z") },
            { id: 21, full_name: "Nour Ibrahim", email: "nour.ibrahim@example.net", created_at: new Date("2023-01-02T12:03:11Z") },
            { id: 22, full_name: "Ibrahim Wright", email: "ibrahim.wright@example.net", created_at: new Date("2023-08-18T17:32:58Z") },
            { id: 23, full_name: "Liam Wagner", email: "liam.wagner@example.net", created_at: new Date("2023-03-03T11:46:04Z") },
            { id: 24, full_name: "Ines Singh", email: "ines.singh@example.com", created_at: new Date("2023-12-04T09:11:35Z") },
            { id: 25, full_name: "Tomas Moreau", email: "tomas.moreau@example.net", created_at: new Date("2023-10-22T12:36:40Z") },
            { id: 26, full_name: "Maria Martin", email: "maria.martin@example.net", created_at: new Date("2023-01-28T18:18:15Z") },
            { id: 27, full_name: "Zoe Hughes", email: "zoe.hughes@example.com", created_at: new Date("2023-04-16T08:48:41Z") },
            { id: 28, full_name: "Zara Almeida", email: "zara.almeida@example.org", created_at: new Date("2023-01-20T08:23:46Z") },
            { id: 29, full_name: "Nour Bauer", email: "nour.bauer@example.org", created_at: new Date("2023-09-23T14:54:25Z") },
            { id: 30, full_name: "Zara Becker", email: "zara.becker@example.com", created_at: new Date("2023-10-31T13:43:09Z") },
            { id: 31, full_name: "Noah Reyes", email: "noah.reyes@example.org", created_at: new Date("2023-10-23T11:25:51Z") },
            { id: 32, full_name: "Karim Sousa", email: "karim.sousa@example.com", created_at: new Date("2023-06-01T14:52:05Z") },
            { id: 33, full_name: "Theo Singh", email: "theo.singh@example.net", created_at: new Date("2023-09-13T16:26:19Z") },
            { id: 34, full_name: "Sven Kowalski", email: "sven.kowalski@example.com", created_at: new Date("2023-09-08T15:45:20Z") },
            { id: 35, full_name: "Ethan Demir", email: "ethan.demir@example.net", created_at: new Date("2023-12-19T16:55:06Z") },
            { id: 36, full_name: "Julia Walker", email: "julia.walker@example.net", created_at: new Date("2023-05-04T13:52:44Z") },
            { id: 37, full_name: "Daniel Hassan", email: "daniel.hassan@example.org", created_at: new Date("2023-01-18T19:44:32Z") },
            { id: 38, full_name: "Maja Adams", email: "maja.adams@example.net", created_at: new Date("2023-04-02T04:53:32Z") },
            { id: 39, full_name: "Mohamed Evans", email: "mohamed.evans@example.org", created_at: new Date("2023-10-14T18:36:37Z") },
            { id: 40, full_name: "Ines Gupta", email: "ines.gupta@example.net", created_at: new Date("2023-10-17T16:02:33Z") },
            { id: 41, full_name: "Yusuf Jansen", email: "yusuf.jansen@example.org", created_at: new Date("2023-11-16T16:55:54Z") },
            { id: 42, full_name: "Rosa Walker", email: "rosa.walker@example.com", created_at: new Date("2023-09-02T17:01:21Z") },
            { id: 43, full_name: "Priya Becker", email: "priya.becker@example.net", created_at: new Date("2023-11-28T10:44:27Z") },
            { id: 44, full_name: "Arjun Wright", email: "arjun.wright@example.com", created_at: new Date("2023-05-30T10:30:52Z") },
            { id: 45, full_name: "Nour Hansen", email: "nour.hansen@example.org", created_at: new Date("2023-04-24T12:02:58Z") },
            { id: 46, full_name: "Deniz Ibrahim", email: "deniz.ibrahim@example.org", created_at: new Date("2023-12-09T15:16:57Z") },
            { id: 47, full_name: "Paula Johnson", email: "paula.johnson@example.net", created_at: new Date("2023-10-05T10:29:48Z") },
            { id: 48, full_name: "Daniel Evans", email: "daniel.evans@example.com", created_at: new Date("2023-05-12T11:23:11Z") },
            { id: 49, full_name: "Elena Schmidt", email: "elena.schmidt@example.net", created_at: new Date("2023-09-09T00:26:49Z") },
            { id: 50, full_name: "Ivan Jansen", email: "ivan.jansen@example.com", created_at: new Date("2023-09-30T11:02:57Z") },
            { id: 51, full_name: "Yara Larsen", email: "yara.larsen@example.net", created_at: new Date("2023-05-02T14:29:26Z") },
            { id: 52, full_name: "Victor Mendes", email: "victor.mendes@example.com", created_at: new Date("2023-01-16T21:41:50Z") },
            { id: 53, full_name: "Yara Andersen", email: "yara.andersen@example.org", created_at: new Date("2023-07-16T12:28:11Z") },
            { id: 54, full_name: "Ben Nakamura", email: "ben.nakamura@example.net", created_at: new Date("2023-01-13T12:41:21Z") },
            { id: 55, full_name: "Sofia Murphy", email: "sofia.murphy@example.net", created_at: new Date("2023-08-21T14:01:19Z") },
            { id: 56, full_name: "Felix Novak", email: "felix.novak@example.net", created_at: new Date("2023-02-09T07:01:38Z") },
            { id: 57, full_name: "Emma Nguyen", email: "emma.nguyen@example.net", created_at: new Date("2023-09-17T13:24:44Z") },
            { id: 58, full_name: "Theo Wilson", email: "theo.wilson@example.org", created_at: new Date("2023-07-31T11:29:46Z") },
            { id: 59, full_name: "Marco Kumar", email: "marco.kumar@example.net", created_at: new Date("2023-09-24T18:55:57Z") },
            { id: 60, full_name: "Julia Larsen", email: "julia.larsen@example.com", created_at: new Date("2023-03-21T12:26:27Z") },
            { id: 61, full_name: "Kai Castro", email: "kai.castro@example.net", created_at: new Date("2023-06-08T14:42:25Z") },
            { id: 62, full_name: "Jack Sousa", email: "jack.sousa@example.org", created_at: new Date("2023-04-21T23:46:48Z") },
            { id: 63, full_name: "Paula Larsen", email: "paula.larsen@example.net", created_at: new Date("2023-08-14T16:12:35Z") },
            { id: 64, full_name: "Carlos Andersen", email: "carlos.andersen@example.com", created_at: new Date("2023-07-16T05:13:44Z") },
            { id: 65, full_name: "Laura Tanaka", email: "laura.tanaka@example.com", created_at: new Date("2023-07-17T09:17:18Z") },
            { id: 66, full_name: "Lena Andersen", email: "lena.andersen@example.net", created_at: new Date("2023-04-07T13:36:45Z") },
            { id: 67, full_name: "Elena Lopez", email: "elena.lopez@example.org", created_at: new Date("2023-05-28T09:00:37Z") },
            { id: 68, full_name: "Leo Dubois", email: "leo.dubois@example.org", created_at: new Date("2023-11-04T10:38:34Z") },
            { id: 69, full_name: "Deniz Almeida", email: "deniz.almeida@example.org", created_at: new Date("2023-12-27T08:45:14Z") },
            { id: 70, full_name: "Sam Chen", email: "sam.chen@example.net", created_at: new Date("2023-03-09T11:12:49Z") },
            { id: 71, full_name: "Jade Miller", email: "jade.miller@example.com", created_at: new Date("2023-04-24T09:09:27Z") },
            { id: 72, full_name: "Uma Adams", email: "uma.adams@example.org", created_at: new Date("2023-12-29T08:40:22Z") },
            { id: 73, full_name: "Mila Klein", email: "mila.klein@example.com", created_at: new Date("2023-02-23T07:39:13Z") },
            { id: 74, full_name: "Paula Silva", email: "paula.silva@example.net", created_at: new Date("2023-12-24T11:51:31Z") },
            { id: 75, full_name: "Mila Park", email: "mila.park@example.net", created_at: new Date("2023-06-24T12:46:15Z") },
            { id: 76, full_name: "Victor Larsen", email: "victor.larsen@example.net", created_at: new Date("2023-02-16T15:53:33Z") },
            { id: 77, full_name: "Selin Demir", email: "selin.demir@example.com", created_at: new Date("2023-01-24T17:54:38Z") },
            { id: 78, full_name: "Laura Meyer", email: "laura.meyer@example.net", created_at: new Date("2023-01-19T16:03:47Z") },
            { id: 79, full_name: "Mohamed Bauer", email: "mohamed.bauer@example.net", created_at: new Date("2023-08-19T08:13:44Z") },
            { id: 80, full_name: "Carla Carter", email: "carla.carter@example.net", created_at: new Date("2023-01-21T14:35:56Z") },
            { id: 81, full_name: "Anna Wagner", email: "anna.wagner@example.com", created_at: new Date("2023-04-08T14:06:01Z") },
            { id: 82, full_name: "Emma Larsen", email: "emma.larsen@example.org", created_at: new Date("2023-03-11T10:40:12Z") },
            { id: 83, full_name: "Zara Andersen", email: "zara.andersen@example.com", created_at: new Date("2023-05-26T15:24:26Z") },
            { id: 84, full_name: "Chen Rossi", email: "chen.rossi@example.org", created_at: new Date("2023-02-04T18:30:50Z") },
            { id: 85, full_name: "Daniel Nakamura", email: "daniel.nakamura@example.net", created_at: new Date("2023-05-24T12:15:47Z") },
            { id: 86, full_name: "Grace Young", email: "grace.young@example.net", created_at: new Date("2023-03-29T16:51:13Z") },
            { id: 87, full_name: "Anna Vargas", email: "anna.vargas@example.org", created_at: new Date("2023-11-24T14:01:55Z") },
            { id: 88, full_name: "Sam Castro", email: "sam.castro@example.com", created_at: new Date("2023-04-27T09:07:28Z") },
            { id: 89, full_name: "Laura Lopez", email: "laura.lopez@example.org", created_at: new Date("2023-01-15T10:37:33Z") },
            { id: 90, full_name: "Hugo Smith", email: "hugo.smith@example.com", created_at: new Date("2023-05-04T13:59:39Z") },
            { id: 91, full_name: "David Davis", email: "david.davis@example.com", created_at: new Date("2023-04-24T09:13:24Z") },
            { id: 92, full_name: "Mateo Diaz", email: "mateo.diaz@example.com", created_at: new Date("2023-08-14T09:32:55Z") },
            { id: 93, full_name: "Zara Lopez", email: "zara.lopez@example.net", created_at: new Date("2023-11-01T08:04:49Z") },
            { id: 94, full_name: "Sven Nguyen", email: "sven.nguyen@example.org", created_at: new Date("2023-03-02T10:04:37Z") },
            { id: 95, full_name: "Nina Adams", email: "nina.adams@example.org", created_at: new Date("2023-07-15T09:22:26Z") },
            { id: 96, full_name: "Fatima Garcia", email: "fatima.garcia@example.com", created_at: new Date("2023-05-23T11:31:04Z") },
            { id: 97, full_name: "Tomas Davis", email: "tomas.davis@example.com", created_at: new Date("2023-10-20T13:39:10Z") },
            { id: 98, full_name: "Lena Andersen", email: "lena.andersen@example.org", created_at: new Date("2023-01-17T14:47:38Z") },
            { id: 99, full_name: "Marco Rossi", email: "marco.rossi@example.com", created_at: new Date("2023-04-18T17:11:31Z") },
            { id: 100, full_name: "Selin Park", email: "selin.park@example.org", created_at: new Date("2023-06-12T08:51:57Z") },
        ],
    });
    await prisma.assessments.createMany({
        data: [
            { id: 1, user_id: 48, skill_id: 42, score: 78, assessment_date: new Date("2023-04-23T13:27:52Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 2, user_id: 39, skill_id: 17, score: 80, assessment_date: new Date("2023-02-10T10:41:13Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 3, user_id: 22, skill_id: 26, score: 35, assessment_date: new Date("2023-09-20T11:42:24Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 4, user_id: 55, skill_id: 22, score: 28, assessment_date: new Date("2023-09-09T10:06:49Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 5, user_id: 76, skill_id: 9, score: 84, assessment_date: new Date("2023-02-28T09:41:35Z"), feedback_comments: "fair", pass_fail: true },
            { id: 6, user_id: 100, skill_id: 44, score: 100, assessment_date: new Date("2023-08-11T15:41:14Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 7, user_id: 21, skill_id: 47, score: 19, assessment_date: new Date("2023-09-27T10:49:12Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 8, user_id: 34, skill_id: 34, score: 79, assessment_date: new Date("2023-10-06T11:02:24Z"), feedback_comments: "well done", pass_fail: true },
            { id: 9, user_id: 73, skill_id: 1, score: 54, assessment_date: new Date("2023-06-20T16:05:02Z"), feedback_comments: "outstanding", pass_fail: true },
            { id: 10, user_id: 14, skill_id: 38, score: 98, assessment_date: new Date("2023-11-01T14:58:47Z"), feedback_comments: "great job", pass_fail: true },
            { id: 11, user_id: 30, skill_id: 8, score: 2, assessment_date: new Date("2023-02-05T17:20:44Z"), feedback_comments: "outstanding", pass_fail: true },
            { id: 12, user_id: 10, skill_id: 22, score: 100, assessment_date: new Date("2023-02-01T16:38:26Z"), feedback_comments: "requires more practice", pass_fail: false },
            { id: 13, user_id: 97, skill_id: 30, score: 66, assessment_date: new Date("2023-04-21T11:58:57Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 14, user_id: 97, skill_id: 18, score: 70, assessment_date: new Date("2023-01-27T12:44:53Z"), feedback_comments: "requires more practice", pass_fail: true },
            { id: 15, user_id: 5, skill_id: 31, score: 50, assessment_date: new Date("2023-07-22T12:43:11Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 16, user_id: 92, skill_id: 46, score: 1, assessment_date: new Date("2023-05-16T15:06:32Z"), feedback_comments: "needs improvement", pass_fail: false },
            { id: 17, user_id: 38, skill_id: 25, score: 17, assessment_date: new Date("2023-03-13T16:11:42Z"), feedback_comments: "needs improvement", pass_fail: false },
            { id: 18, user_id: 95, skill_id: 32, score: 92, assessment_date: new Date("2023-10-06T15:41:07Z"), feedback_comments: "good effort", pass_fail: true },
            { id: 19, user_id: 72, skill_id: 24, score: 57, assessment_date: new Date("2023-04-08T11:46:30Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 20, user_id: 74, skill_id: 32, score: 75, assessment_date: new Date("2023-05-13T10:30:47Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 21, user_id: 78, skill_id: 26, score: 63, assessment_date: new Date("2023-11-22T13:19:52Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 22, user_id: 69, skill_id: 22, score: 95, assessment_date: new Date("2023-10-24T11:10:00Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 23, user_id: 9, skill_id: 47, score: 67, assessment_date: new Date("2023-05-11T12:55:01Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 24, user_id: 48, skill_id: 20, score: 8, assessment_date: new Date("2023-12-28T19:23:30Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 25, user_id: 100, skill_id: 5, score: 93, assessment_date: new Date("2023-06-19T10:06:36Z"), feedback_comments: "outstanding", pass_fail: true },
            { id: 26, user_id: 63, skill_id: 4, score: 83, assessment_date: new Date("2023-01-09T10:45:30Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 27, user_id: 64, skill_id: 31, score: 95, assessment_date: new Date("2023-11-09T15:52:02Z"), feedback_comments: "well done", pass_fail: true },
            { id: 28, user_id: 17, skill_id: 4, score: 99, assessment_date: new Date("2023-08-10T09:07:19Z"), feedback_comments: "needs improvement", pass_fail: false },
            { id: 29, user_id: 86, skill_id: 27, score: 46, assessment_date: new Date("2023-12-31T13:15:54Z"), feedback_comments: "outstanding", pass_fail: true },
            { id: 30, user_id: 97, skill_id: 44, score: 65, assessment_date: new Date("2023-03-10T11:37:45Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 31, user_id: 92, skill_id: 21, score: 86, assessment_date: new Date("2023-04-13T11:14:21Z"), feedback_comments: "great job", pass_fail: false },
            { id: 32, user_id: 66, skill_id: 39, score: 52, assessment_date: new Date("2023-10-25T20:04:28Z"), feedback_comments: "needs improvement", pass_fail: false },
            { id: 33, user_id: 33, skill_id: 18, score: 100, assessment_date: new Date("2023-12-20T16:19:56Z"), feedback_comments: "commendable", pass_fail: true },
            { id: 34, user_id: 85, skill_id: 36, score: 65, assessment_date: new Date("2023-08-05T10:30:06Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 35, user_id: 75, skill_id: 40, score: 100, assessment_date: new Date("2023-03-03T16:28:36Z"), feedback_comments: "outstanding", pass_fail: true },
            { id: 36, user_id: 99, skill_id: 49, score: 98, assessment_date: new Date("2023-09-14T13:32:16Z"), feedback_comments: "poor", pass_fail: true },
            { id: 37, user_id: 17, skill_id: 11, score: 93, assessment_date: new Date("2023-09-02T16:34:58Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 38, user_id: 53, skill_id: 15, score: 100, assessment_date: new Date("2023-10-12T19:17:18Z"), feedback_comments: "average", pass_fail: true },
            { id: 39, user_id: 47, skill_id: 42, score: 74, assessment_date: new Date("2023-11-10T16:50:12Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 40, user_id: 80, skill_id: 29, score: 91, assessment_date: new Date("2023-12-02T16:49:24Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 41, user_id: 12, skill_id: 28, score: 97, assessment_date: new Date("2023-03-30T15:22:06Z"), feedback_comments: "well done", pass_fail: true },
            { id: 42, user_id: 55, skill_id: 50, score: 99, assessment_date: new Date("2023-04-17T10:17:54Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 43, user_id: 42, skill_id: 29, score: 76, assessment_date: new Date("2023-05-06T10:31:20Z"), feedback_comments: "requires more practice", pass_fail: true },
            { id: 44, user_id: 79, skill_id: 7, score: 17, assessment_date: new Date("2023-08-10T14:34:18Z"), feedback_comments: "great job", pass_fail: true },
            { id: 45, user_id: 70, skill_id: 44, score: 79, assessment_date: new Date("2023-11-22T15:32:03Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 46, user_id: 6, skill_id: 2, score: 94, assessment_date: new Date("2023-11-25T15:57:18Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 47, user_id: 69, skill_id: 18, score: 56, assessment_date: new Date("2023-04-23T13:03:50Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 48, user_id: 94, skill_id: 42, score: 84, assessment_date: new Date("2023-09-03T16:38:41Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 49, user_id: 72, skill_id: 27, score: 62, assessment_date: new Date("2023-06-27T15:54:21Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 50, user_id: 35, skill_id: 7, score: 97, assessment_date: new Date("2023-01-19T11:17:32Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 51, user_id: 23, skill_id: 50, score: 100, assessment_date: new Date("2023-07-14T12:22:58Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 52, user_id: 9, skill_id: 48, score: 83, assessment_date: new Date("2023-04-01T14:12:55Z"), feedback_comments: "requires more practice", pass_fail: true },
            { id: 53, user_id: 6, skill_id: 8, score: 80, assessment_date: new Date("2023-12-31T08:32:08Z"), feedback_comments: "requires more practice", pass_fail: true },
            { id: 54, user_id: 40, skill_id: 27, score: 98, assessment_date: new Date("2023-04-04T14:47:32Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 55, user_id: 11, skill_id: 21, score: 47, assessment_date: new Date("2023-12-25T15:30:29Z"), feedback_comments: "well done", pass_fail: true },
            { id: 56, user_id: 47, skill_id: 39, score: 93, assessment_date: new Date("2023-02-18T11:43:14Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 57, user_id: 37, skill_id: 17, score: 99, assessment_date: new Date("2023-06-23T13:01:29Z"), feedback_comments: "good effort", pass_fail: true },
            { id: 58, user_id: 55, skill_id: 18, score: 50, assessment_date: new Date("2023-01-06T09:56:16Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 59, user_id: 43, skill_id: 32, score: 80, assessment_date: new Date("2023-07-12T14:54:24Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 60, user_id: 58, skill_id: 47, score: 16, assessment_date: new Date("2023-04-05T18:22:48Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 61, user_id: 23, skill_id: 32, score: 100, assessment_date: new Date("2023-08-07T15:14:38Z"), feedback_comments: "commendable", pass_fail: true },
            { id: 62, user_id: 40, skill_id: 21, score: 94, assessment_date: new Date("2023-10-14T18:13:28Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 63, user_id: 69, skill_id: 30, score: 100, assessment_date: new Date("2023-08-10T13:48:10Z"), feedback_comments: "well done", pass_fail: true },
            { id: 64, user_id: 37, skill_id: 13, score: 76, assessment_date: new Date("2023-05-19T10:27:57Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 65, user_id: 12, skill_id: 43, score: 56, assessment_date: new Date("2023-11-26T13:47:25Z"), feedback_comments: "great job", pass_fail: false },
            { id: 66, user_id: 61, skill_id: 16, score: 100, assessment_date: new Date("2023-04-05T12:29:59Z"), feedback_comments: "requires more practice", pass_fail: true },
            { id: 67, user_id: 13, skill_id: 35, score: 99, assessment_date: new Date("2023-12-31T14:51:07Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 68, user_id: 56, skill_id: 29, score: 86, assessment_date: new Date("2023-04-03T11:49:38Z"), feedback_comments: "fair", pass_fail: true },
            { id: 69, user_id: 6, skill_id: 19, score: 88, assessment_date: new Date("2023-09-29T16:01:25Z"), feedback_comments: "outstanding", pass_fail: false },
            { id: 70, user_id: 37, skill_id: 39, score: 5, assessment_date: new Date("2023-12-15T10:23:35Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 71, user_id: 22, skill_id: 49, score: 52, assessment_date: new Date("2023-02-15T10:40:58Z"), feedback_comments: "needs improvement", pass_fail: false },
            { id: 72, user_id: 94, skill_id: 16, score: 25, assessment_date: new Date("2023-05-30T11:46:45Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 73, user_id: 82, skill_id: 6, score: 100, assessment_date: new Date("2023-06-08T07:59:10Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 74, user_id: 78, skill_id: 8, score: 100, assessment_date: new Date("2023-07-08T13:51:40Z"), feedback_comments: "good effort", pass_fail: true },
            { id: 75, user_id: 20, skill_id: 49, score: 4, assessment_date: new Date("2023-10-01T16:25:57Z"), feedback_comments: "needs improvement", pass_fail: false },
            { id: 76, user_id: 93, skill_id: 19, score: 59, assessment_date: new Date("2023-12-14T12:15:48Z"), feedback_comments: "outstanding", pass_fail: true },
            { id: 77, user_id: 67, skill_id: 34, score: 96, assessment_date: new Date("2023-04-06T14:45:55Z"), feedback_comments: "requires more practice", pass_fail: false },
            { id: 78, user_id: 22, skill_id: 14, score: 99, assessment_date: new Date("2023-05-18T10:00:59Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 79, user_id: 93, skill_id: 50, score: 23, assessment_date: new Date("2023-01-17T13:18:10Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 80, user_id: 76, skill_id: 44, score: 40, assessment_date: new Date("2023-05-16T14:53:01Z"), feedback_comments: "well done", pass_fail: true },
            { id: 81, user_id: 12, skill_id: 12, score: 83, assessment_date: new Date("2023-10-04T16:23:59Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 82, user_id: 8, skill_id: 42, score: 100, assessment_date: new Date("2023-11-03T14:34:57Z"), feedback_comments: "outstanding", pass_fail: true },
            { id: 83, user_id: 70, skill_id: 30, score: 16, assessment_date: new Date("2023-06-01T10:06:27Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 84, user_id: 20, skill_id: 28, score: 67, assessment_date: new Date("2023-08-03T19:27:14Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 85, user_id: 87, skill_id: 15, score: 99, assessment_date: new Date("2023-03-13T19:29:36Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 86, user_id: 19, skill_id: 33, score: 77, assessment_date: new Date("2023-05-20T10:04:28Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 87, user_id: 65, skill_id: 10, score: 99, assessment_date: new Date("2023-03-07T14:29:29Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 88, user_id: 40, skill_id: 28, score: 99, assessment_date: new Date("2023-09-13T17:53:10Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 89, user_id: 91, skill_id: 34, score: 87, assessment_date: new Date("2023-08-20T08:44:31Z"), feedback_comments: "poor", pass_fail: true },
            { id: 90, user_id: 34, skill_id: 9, score: 28, assessment_date: new Date("2023-03-24T14:30:12Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 91, user_id: 53, skill_id: 26, score: 100, assessment_date: new Date("2023-11-09T12:17:09Z"), feedback_comments: "good effort", pass_fail: true },
            { id: 92, user_id: 50, skill_id: 4, score: 100, assessment_date: new Date("2023-11-20T09:49:54Z"), feedback_comments: "poor", pass_fail: true },
            { id: 93, user_id: 48, skill_id: 20, score: 100, assessment_date: new Date("2023-06-19T09:58:01Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 94, user_id: 61, skill_id: 16, score: 76, assessment_date: new Date("2023-03-18T16:47:18Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 95, user_id: 46, skill_id: 41, score: 100, assessment_date: new Date("2023-06-07T14:14:20Z"), feedback_comments: "good effort", pass_fail: true },
            { id: 96, user_id: 75, skill_id: 27, score: 16, assessment_date: new Date("2023-08-19T07:16:15Z"), feedback_comments: "satisfactory", pass_fail: false },
            { id: 97, user_id: 20, skill_id: 39, score: 76, assessment_date: new Date("2023-08-03T09:57:30Z"), feedback_comments: "requires more practice", pass_fail: false },
            { id: 98, user_id: 24, skill_id: 4, score: 82, assessment_date: new Date("2023-06-18T06:30:01Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 99, user_id: 21, skill_id: 13, score: 14, assessment_date: new Date("2023-04-03T14:46:47Z"), feedback_comments: "well done", pass_fail: true },
            { id: 100, user_id: 62, skill_id: 32, score: 79, assessment_date: new Date("2023-11-13T10:11:52Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 101, user_id: 72, skill_id: 1, score: 87, assessment_date: new Date("2023-01-01T09:48:22Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 102, user_id: 20, skill_id: 42, score: 90, assessment_date: new Date("2023-12-22T16:39:25Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 103, user_id: 91, skill_id: 38, score: 40, assessment_date: new Date("2023-09-15T16:18:46Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 104, user_id: 65, skill_id: 21, score: 89, assessment_date: new Date("2023-12-10T08:06:21Z"), feedback_comments: "satisfactory", pass_fail: false },
            { id: 105, user_id: 12, skill_id: 50, score: 94, assessment_date: new Date("2023-05-17T19:39:02Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 106, user_id: 93, skill_id: 47, score: 100, assessment_date: new Date("2023-09-15T11:25:20Z"), feedback_comments: "well done", pass_fail: false },
            { id: 107, user_id: 45, skill_id: 8, score: 59, assessment_date: new Date("2023-05-01T11:25:43Z"), feedback_comments: "fair", pass_fail: true },
            { id: 108, user_id: 31, skill_id: 34, score: 6, assessment_date: new Date("2023-10-07T17:46:52Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 109, user_id: 30, skill_id: 31, score: 92, assessment_date: new Date("2023-03-16T16:42:24Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 110, user_id: 61, skill_id: 20, score: 84, assessment_date: new Date("2023-10-17T12:29:52Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 111, user_id: 69, skill_id: 8, score: 47, assessment_date: new Date("2023-08-10T09:29:36Z"), feedback_comments: "good effort", pass_fail: false },
            { id: 112, user_id: 14, skill_id: 50, score: 97, assessment_date: new Date("2023-10-22T16:48:02Z"), feedback_comments: "great job", pass_fail: false },
            { id: 113, user_id: 83, skill_id: 9, score: 89, assessment_date: new Date("2023-12-11T11:27:33Z"), feedback_comments: "good effort", pass_fail: true },
            { id: 114, user_id: 29, skill_id: 22, score: 100, assessment_date: new Date("2023-08-08T15:07:54Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 115, user_id: 77, skill_id: 27, score: 3, assessment_date: new Date("2023-11-20T12:42:49Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 116, user_id: 98, skill_id: 48, score: 9, assessment_date: new Date("2023-06-14T10:36:11Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 117, user_id: 8, skill_id: 49, score: 97, assessment_date: new Date("2023-12-22T16:52:05Z"), feedback_comments: "good effort", pass_fail: true },
            { id: 118, user_id: 95, skill_id: 3, score: 21, assessment_date: new Date("2023-09-18T10:24:33Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 119, user_id: 40, skill_id: 26, score: 86, assessment_date: new Date("2023-04-23T13:46:34Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 120, user_id: 79, skill_id: 48, score: 45, assessment_date: new Date("2023-10-31T15:37:59Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 121, user_id: 20, skill_id: 49, score: 93, assessment_date: new Date("2023-03-13T15:15:55Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 122, user_id: 75, skill_id: 13, score: 81, assessment_date: new Date("2023-11-04T17:33:52Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 123, user_id: 50, skill_id: 48, score: 98, assessment_date: new Date("2023-02-02T14:08:51Z"), feedback_comments: "good effort", pass_fail: true },
            { id: 124, user_id: 98, skill_id: 29, score: 98, assessment_date: new Date("2023-01-24T14:13:29Z"), feedback_comments: "well done", pass_fail: true },
            { id: 125, user_id: 13, skill_id: 39, score: 89, assessment_date: new Date("2023-05-20T15:52:35Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 126, user_id: 86, skill_id: 6, score: 54, assessment_date: new Date("2023-09-30T13:38:35Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 127, user_id: 22, skill_id: 42, score: 39, assessment_date: new Date("2023-03-24T11:26:46Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 128, user_id: 15, skill_id: 16, score: 65, assessment_date: new Date("2023-10-28T09:08:50Z"), feedback_comments: "outstanding", pass_fail: false },
            { id: 129, user_id: 88, skill_id: 40, score: 100, assessment_date: new Date("2023-08-18T15:29:45Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 130, user_id: 90, skill_id: 6, score: 81, assessment_date: new Date("2023-02-05T08:34:38Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 131, user_id: 99, skill_id: 28, score: 86, assessment_date: new Date("2023-01-11T05:08:09Z"), feedback_comments: "needs improvement", pass_fail: false },
            { id: 132, user_id: 22, skill_id: 18, score: 28, assessment_date: new Date("2023-12-17T06:50:21Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 133, user_id: 22, skill_id: 24, score: 66, assessment_date: new Date("2023-08-11T09:28:24Z"), feedback_comments: "commendable", pass_fail: true },
            { id: 134, user_id: 35, skill_id: 22, score: 29, assessment_date: new Date("2023-08-02T16:42:14Z"), feedback_comments: "well done", pass_fail: true },
            { id: 135, user_id: 37, skill_id: 5, score: 23, assessment_date: new Date("2023-01-22T13:08:21Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 136, user_id: 22, skill_id: 1, score: 98, assessment_date: new Date("2023-11-18T10:01:52Z"), feedback_comments: "average", pass_fail: true },
            { id: 137, user_id: 69, skill_id: 38, score: 27, assessment_date: new Date("2023-01-24T10:59:35Z"), feedback_comments: "great job", pass_fail: true },
            { id: 138, user_id: 13, skill_id: 46, score: 99, assessment_date: new Date("2023-02-06T16:16:20Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 139, user_id: 60, skill_id: 20, score: 21, assessment_date: new Date("2023-07-30T11:15:27Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 140, user_id: 14, skill_id: 4, score: 97, assessment_date: new Date("2023-08-03T10:27:08Z"), feedback_comments: "average", pass_fail: false },
            { id: 141, user_id: 71, skill_id: 48, score: 99, assessment_date: new Date("2023-06-25T15:21:04Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 142, user_id: 59, skill_id: 5, score: 99, assessment_date: new Date("2023-04-07T09:05:41Z"), feedback_comments: "well done", pass_fail: true },
            { id: 143, user_id: 25, skill_id: 43, score: 87, assessment_date: new Date("2023-10-04T05:53:21Z"), feedback_comments: "needs improvement", pass_fail: true },
            { id: 144, user_id: 98, skill_id: 11, score: 32, assessment_date: new Date("2023-02-06T15:55:50Z"), feedback_comments: "excellent", pass_fail: true },
            { id: 145, user_id: 97, skill_id: 7, score: 68, assessment_date: new Date("2023-12-08T10:59:44Z"), feedback_comments: "well done", pass_fail: true },
            { id: 146, user_id: 78, skill_id: 18, score: 64, assessment_date: new Date("2023-06-01T10:40:25Z"), feedback_comments: "excellent", pass_fail: false },
            { id: 147, user_id: 97, skill_id: 4, score: 90, assessment_date: new Date("2023-09-08T17:32:06Z"), feedback_comments: "good effort", pass_fail: false },
            { id: 148, user_id: 38, skill_id: 10, score: 100, assessment_date: new Date("2023-08-13T09:13:46Z"), feedback_comments: "needs improvement", pass_fail: false },
            { id: 149, user_id: 58, skill_id: 13, score: 69, assessment_date: new Date("2023-06-21T13:32:14Z"), feedback_comments: "satisfactory", pass_fail: true },
            { id: 150, user_id: 90, skill_id: 47, score: 98, assessment_date: new Date("2023-03-23T17:09:15Z"), feedback_comments: "good effort", pass_fail: true },
        ],
    });
}

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