// Pharmacy Transactions Dataset (pharmacy) 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.customers), 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.customers.createMany({
        data: [
            { id: 1, first_name: "Daniel", last_name: "Sato", date_of_birth: "1984-05-07", email: "daniel.sato@example.net" },
            { id: 2, first_name: "Amir", last_name: "Baker", date_of_birth: "1990-10-04", email: "amir.baker@example.org" },
            { id: 3, first_name: "Sara", last_name: "Wilson", date_of_birth: "1951-10-25", email: "sara.wilson@example.org" },
            { id: 4, first_name: "Wei", last_name: "Flores", date_of_birth: "1955-06-19", email: "wei.flores@example.net" },
            { id: 5, first_name: "Felix", last_name: "Lee", date_of_birth: "1957-06-21", email: "felix.lee@example.org" },
            { id: 6, first_name: "Karim", last_name: "Wright", date_of_birth: "2003-07-26", email: "karim.wright@example.net" },
            { id: 7, first_name: "Zara", last_name: "Patel", date_of_birth: "1993-11-17", email: "zara.patel@example.org" },
            { id: 8, first_name: "Mila", last_name: "Sousa", date_of_birth: "1977-04-26", email: "mila.sousa@example.net" },
            { id: 9, first_name: "Liam", last_name: "Park", date_of_birth: "1967-04-10", email: "liam.park@example.org" },
            { id: 10, first_name: "Fatima", last_name: "Wilson", date_of_birth: "1960-06-30", email: "fatima.wilson@example.net" },
            { id: 11, first_name: "Tariq", last_name: "Clark", date_of_birth: "1951-08-01", email: "tariq.clark@example.org" },
            { id: 12, first_name: "Omar", last_name: "Hansen", date_of_birth: "1959-11-22", email: "omar.hansen@example.org" },
            { id: 13, first_name: "Jonas", last_name: "Clark", date_of_birth: "1999-02-26", email: "jonas.clark@example.com" },
            { id: 14, first_name: "Nina", last_name: "Kowalski", date_of_birth: "1955-01-18", email: "nina.kowalski@example.net" },
            { id: 15, first_name: "Ana", last_name: "Jansen", date_of_birth: "1999-07-07", email: "ana.jansen@example.com" },
            { id: 16, first_name: "Felix", last_name: "Hughes", date_of_birth: "1995-04-17", email: "felix.hughes@example.net" },
            { id: 17, first_name: "Sam", last_name: "Johnson", date_of_birth: "2002-02-01", email: "sam.johnson@example.org" },
            { id: 18, first_name: "Karim", last_name: "Becker", date_of_birth: "1994-10-18", email: "karim.becker@example.net" },
            { id: 19, first_name: "Deniz", last_name: "Larsen", date_of_birth: "1976-02-24", email: "deniz.larsen@example.org" },
            { id: 20, first_name: "Nadia", last_name: "Silva", date_of_birth: "1956-08-23", email: "nadia.silva@example.net" },
            { id: 21, first_name: "Leo", last_name: "Mendes", date_of_birth: "1966-10-30", email: "leo.mendes@example.com" },
            { id: 22, first_name: "Omar", last_name: "Fischer", date_of_birth: "1954-06-28", email: "omar.fischer@example.net" },
            { id: 23, first_name: "Pedro", last_name: "Dubois", date_of_birth: "1954-03-16", email: "pedro.dubois@example.com" },
            { id: 24, first_name: "Selin", last_name: "Hassan", date_of_birth: "2004-02-12", email: "selin.hassan@example.org" },
            { id: 25, first_name: "Yara", last_name: "Jensen", date_of_birth: "1976-11-03", email: "yara.jensen@example.com" },
            { id: 26, first_name: "James", last_name: "Fischer", date_of_birth: "2003-02-12", email: "james.fischer@example.com" },
            { id: 27, first_name: "Ivan", last_name: "Wilson", date_of_birth: "1958-06-02", email: "ivan.wilson@example.org" },
            { id: 28, first_name: "Maja", last_name: "Oliveira", date_of_birth: "1974-02-01", email: "maja.oliveira@example.com" },
            { id: 29, first_name: "Deniz", last_name: "Fischer", date_of_birth: "1990-10-08", email: "deniz.fischer@example.com" },
            { id: 30, first_name: "Mei", last_name: "Ruiz", date_of_birth: "1999-01-15", email: "mei.ruiz@example.net" },
            { id: 31, first_name: "Maja", last_name: "Vargas", date_of_birth: "2002-10-13", email: "maja.vargas@example.net" },
            { id: 32, first_name: "James", last_name: "Park", date_of_birth: "1972-09-04", email: "james.park@example.com" },
            { id: 33, first_name: "Arjun", last_name: "Silva", date_of_birth: "2005-03-30", email: "arjun.silva@example.net" },
            { id: 34, first_name: "Sara", last_name: "Jansen", date_of_birth: "1987-02-11", email: "sara.jansen@example.org" },
            { id: 35, first_name: "Alice", last_name: "Evans", date_of_birth: "1981-05-30", email: "alice.evans@example.org" },
            { id: 36, first_name: "Olivia", last_name: "Kim", date_of_birth: "1971-08-31", email: "olivia.kim@example.net" },
            { id: 37, first_name: "Hannah", last_name: "Sato", date_of_birth: "1990-08-17", email: "hannah.sato@example.org" },
            { id: 38, first_name: "Sven", last_name: "Almeida", date_of_birth: "1971-03-20", email: "sven.almeida@example.net" },
            { id: 39, first_name: "Chen", last_name: "Kowalski", date_of_birth: "2002-01-03", email: "chen.kowalski@example.com" },
            { id: 40, first_name: "Mila", last_name: "Yilmaz", date_of_birth: "1957-03-23", email: "mila.yilmaz@example.net" },
            { id: 41, first_name: "Anna", last_name: "Sato", date_of_birth: "1972-02-09", email: "anna.sato@example.net" },
            { id: 42, first_name: "James", last_name: "Bennett", date_of_birth: "1972-11-24", email: "james.bennett@example.net" },
            { id: 43, first_name: "Hugo", last_name: "Larsen", date_of_birth: "1984-09-03", email: "hugo.larsen@example.com" },
            { id: 44, first_name: "Mohamed", last_name: "Pereira", date_of_birth: "1953-02-04", email: "mohamed.pereira@example.com" },
            { id: 45, first_name: "Emma", last_name: "Klein", date_of_birth: "1975-02-19", email: "emma.klein@example.org" },
            { id: 46, first_name: "Tomas", last_name: "Singh", date_of_birth: "1984-03-26", email: "tomas.singh@example.org" },
            { id: 47, first_name: "Priya", last_name: "Novak", date_of_birth: "1979-06-23", email: "priya.novak@example.org" },
            { id: 48, first_name: "Ruby", last_name: "Vargas", date_of_birth: "1989-05-22", email: "ruby.vargas@example.org" },
            { id: 49, first_name: "Mohamed", last_name: "Meyer", date_of_birth: "1984-10-07", email: "mohamed.meyer@example.net" },
            { id: 50, first_name: "Elif", last_name: "Hassan", date_of_birth: "1953-09-01", email: "elif.hassan@example.com" },
            { id: 51, first_name: "Laura", last_name: "Demir", date_of_birth: "1988-12-20", email: "laura.demir@example.net" },
            { id: 52, first_name: "Lena", last_name: "Hassan", date_of_birth: "1970-06-01", email: "lena.hassan@example.org" },
            { id: 53, first_name: "Ines", last_name: "Almeida", date_of_birth: "1963-11-30", email: "ines.almeida@example.net" },
            { id: 54, first_name: "Mohamed", last_name: "Wilson", date_of_birth: "1981-02-12", email: "mohamed.wilson@example.com" },
            { id: 55, first_name: "Emma", last_name: "Nakamura", date_of_birth: "1997-06-22", email: "emma.nakamura@example.com" },
            { id: 56, first_name: "Amir", last_name: "Bennett", date_of_birth: "1985-07-27", email: "amir.bennett@example.net" },
            { id: 57, first_name: "Lina", last_name: "Diaz", date_of_birth: "1962-03-25", email: "lina.diaz@example.org" },
            { id: 58, first_name: "Hugo", last_name: "Evans", date_of_birth: "1951-01-10", email: "hugo.evans@example.net" },
            { id: 59, first_name: "Mei", last_name: "Gomez", date_of_birth: "1968-12-30", email: "mei.gomez@example.org" },
            { id: 60, first_name: "Carlos", last_name: "Kaya", date_of_birth: "1951-04-16", email: "carlos.kaya@example.net" },
            { id: 61, first_name: "Leo", last_name: "Sato", date_of_birth: "1956-05-04", email: "leo.sato@example.net" },
            { id: 62, first_name: "Priya", last_name: "Vargas", date_of_birth: "1968-06-15", email: "priya.vargas@example.org" },
            { id: 63, first_name: "Yara", last_name: "Miller", date_of_birth: "1969-12-16", email: "yara.miller@example.net" },
            { id: 64, first_name: "Carlos", last_name: "Young", date_of_birth: "1961-01-01", email: "carlos.young@example.net" },
            { id: 65, first_name: "Ines", last_name: "Miller", date_of_birth: "2005-03-13", email: "ines.miller@example.org" },
            { id: 66, first_name: "Daniel", last_name: "Davis", date_of_birth: "1974-08-08", email: "daniel.davis@example.org" },
            { id: 67, first_name: "Chloe", last_name: "Torres", date_of_birth: "2005-08-24", email: "chloe.torres@example.net" },
            { id: 68, first_name: "Maya", last_name: "Zhang", date_of_birth: "1983-07-01", email: "maya.zhang@example.org" },
            { id: 69, first_name: "Felix", last_name: "Walker", date_of_birth: "1978-09-20", email: "felix.walker@example.net" },
            { id: 70, first_name: "Zara", last_name: "Singh", date_of_birth: "1964-12-29", email: "zara.singh@example.net" },
            { id: 71, first_name: "Elif", last_name: "Costa", date_of_birth: "1969-01-27", email: "elif.costa@example.org" },
            { id: 72, first_name: "Ethan", last_name: "Ali", date_of_birth: "1982-03-05", email: "ethan.ali@example.org" },
            { id: 73, first_name: "Pedro", last_name: "Taylor", date_of_birth: "1954-01-25", email: "pedro.taylor@example.com" },
            { id: 74, first_name: "Nina", last_name: "Pereira", date_of_birth: "1984-08-18", email: "nina.pereira@example.net" },
            { id: 75, first_name: "Wei", last_name: "Klein", date_of_birth: "1995-01-08", email: "wei.klein@example.org" },
            { id: 76, first_name: "Elif", last_name: "Schmidt", date_of_birth: "1990-02-08", email: "elif.schmidt@example.net" },
            { id: 77, first_name: "Sofia", last_name: "Chen", date_of_birth: "1970-06-04", email: "sofia.chen@example.com" },
            { id: 78, first_name: "Yusuf", last_name: "Costa", date_of_birth: "1973-01-31", email: "yusuf.costa@example.net" },
            { id: 79, first_name: "Chen", last_name: "Zhang", date_of_birth: "1983-01-05", email: "chen.zhang@example.com" },
            { id: 80, first_name: "Mei", last_name: "Jansen", date_of_birth: "1982-11-16", email: "mei.jansen@example.net" },
            { id: 81, first_name: "James", last_name: "Sato", date_of_birth: "1950-02-03", email: "james.sato@example.com" },
            { id: 82, first_name: "Daniel", last_name: "Kumar", date_of_birth: "1989-08-01", email: "daniel.kumar@example.org" },
            { id: 83, first_name: "Elena", last_name: "Walker", date_of_birth: "1982-10-24", email: "elena.walker@example.org" },
            { id: 84, first_name: "Sam", last_name: "Gupta", date_of_birth: "1994-02-13", email: "sam.gupta@example.net" },
            { id: 85, first_name: "Rosa", last_name: "Jensen", date_of_birth: "1957-02-18", email: "rosa.jensen@example.com" },
            { id: 86, first_name: "Emma", last_name: "Khan", date_of_birth: "2004-08-19", email: "emma.khan@example.org" },
            { id: 87, first_name: "Yara", last_name: "Nguyen", date_of_birth: "1979-12-20", email: "yara.nguyen@example.com" },
            { id: 88, first_name: "Laura", last_name: "Fischer", date_of_birth: "2002-11-15", email: "laura.fischer@example.org" },
            { id: 89, first_name: "Carla", last_name: "Zhang", date_of_birth: "1965-07-09", email: "carla.zhang@example.net" },
            { id: 90, first_name: "Lina", last_name: "Rossi", date_of_birth: "1974-04-23", email: "lina.rossi@example.net" },
            { id: 91, first_name: "Ravi", last_name: "Gomez", date_of_birth: "1985-09-19", email: "ravi.gomez@example.net" },
            { id: 92, first_name: "Sven", last_name: "Murphy", date_of_birth: "1966-09-26", email: "sven.murphy@example.com" },
            { id: 93, first_name: "Victor", last_name: "Pereira", date_of_birth: "1960-06-14", email: "victor.pereira@example.org" },
            { id: 94, first_name: "Chen", last_name: "Bennett", date_of_birth: "1991-08-20", email: "chen.bennett@example.org" },
            { id: 95, first_name: "Uma", last_name: "Nguyen", date_of_birth: "1982-05-17", email: "uma.nguyen@example.com" },
            { id: 96, first_name: "Hannah", last_name: "Larsen", date_of_birth: "2002-05-20", email: "hannah.larsen@example.net" },
            { id: 97, first_name: "Jade", last_name: "Novak", date_of_birth: "1979-02-20", email: "jade.novak@example.net" },
            { id: 98, first_name: "Priya", last_name: "Kowalski", date_of_birth: "1958-04-23", email: "priya.kowalski@example.org" },
            { id: 99, first_name: "Jack", last_name: "Yilmaz", date_of_birth: "2003-04-17", email: "jack.yilmaz@example.net" },
            { id: 100, first_name: "Ines", last_name: "Patel", date_of_birth: "1955-11-12", email: "ines.patel@example.net" },
        ],
    });
    await prisma.medications.createMany({
        data: [
            { id: 1, name: "Eco Monitor", category: "Prescription", stock_quantity: 113 },
            { id: 2, name: "Deluxe Kettle", category: "Over-the-Counter", stock_quantity: 117 },
            { id: 3, name: "Slim Kettle", category: "Prescription", stock_quantity: 192 },
            { id: 4, name: "Standard Bottle", category: "Over-the-Counter", stock_quantity: 9 },
            { id: 5, name: "Essential Pan", category: "Specialty", stock_quantity: 30 },
            { id: 6, name: "Classic Monitor", category: "Specialty", stock_quantity: 32 },
            { id: 7, name: "Smart Keyboard", category: "Specialty", stock_quantity: 105 },
            { id: 8, name: "Wireless Toolkit", category: "Over-the-Counter", stock_quantity: 49 },
            { id: 9, name: "Mini Desk Lamp", category: "Specialty", stock_quantity: 53 },
            { id: 10, name: "Modern Chair", category: "Specialty", stock_quantity: 29 },
            { id: 11, name: "Mini Notebook", category: "Specialty", stock_quantity: 193 },
            { id: 12, name: "Essential Backpack", category: "Over-the-Counter", stock_quantity: 139 },
            { id: 13, name: "Slim Headphones", category: "Over-the-Counter", stock_quantity: 171 },
            { id: 14, name: "Folding Headphones", category: "Prescription", stock_quantity: 163 },
            { id: 15, name: "Deluxe Speaker", category: "Prescription", stock_quantity: 126 },
            { id: 16, name: "Folding Pan", category: "Prescription", stock_quantity: 143 },
            { id: 17, name: "Premium Tripod", category: "Over-the-Counter", stock_quantity: 168 },
            { id: 18, name: "Folding Mug", category: "Prescription", stock_quantity: 94 },
            { id: 19, name: "Folding Watch", category: "Specialty", stock_quantity: 69 },
            { id: 20, name: "Folding Router", category: "Prescription", stock_quantity: 37 },
            { id: 21, name: "Wireless Blender", category: "Specialty", stock_quantity: 25 },
            { id: 22, name: "Folding Lantern", category: "Specialty", stock_quantity: 169 },
            { id: 23, name: "Modern Backpack", category: "Specialty", stock_quantity: 105 },
            { id: 24, name: "Compact Desk Lamp", category: "Over-the-Counter", stock_quantity: 132 },
            { id: 25, name: "Smart Desk Lamp", category: "Specialty", stock_quantity: 82 },
            { id: 26, name: "Heavy Duty Keyboard", category: "Specialty", stock_quantity: 66 },
            { id: 27, name: "Folding Charger", category: "Specialty", stock_quantity: 155 },
            { id: 28, name: "Insulated Watch", category: "Prescription", stock_quantity: 191 },
            { id: 29, name: "Folding Pan", category: "Specialty", stock_quantity: 91 },
            { id: 30, name: "Modern Lantern", category: "Specialty", stock_quantity: 170 },
            { id: 31, name: "Heavy Duty Monitor", category: "Over-the-Counter", stock_quantity: 187 },
            { id: 32, name: "Compact Notebook", category: "Prescription", stock_quantity: 128 },
            { id: 33, name: "Portable Backpack", category: "Over-the-Counter", stock_quantity: 121 },
            { id: 34, name: "Travel Headphones", category: "Specialty", stock_quantity: 7 },
            { id: 35, name: "Premium Tripod", category: "Prescription", stock_quantity: 118 },
            { id: 36, name: "Pro Chair", category: "Over-the-Counter", stock_quantity: 15 },
            { id: 37, name: "Premium Speaker", category: "Over-the-Counter", stock_quantity: 197 },
            { id: 38, name: "Mini Toolkit", category: "Prescription", stock_quantity: 108 },
            { id: 39, name: "Standard Charger", category: "Specialty", stock_quantity: 10 },
            { id: 40, name: "Ultra Chair", category: "Specialty", stock_quantity: 114 },
            { id: 41, name: "Deluxe Headphones", category: "Prescription", stock_quantity: 10 },
            { id: 42, name: "Eco Kettle", category: "Prescription", stock_quantity: 193 },
            { id: 43, name: "Smart Jacket", category: "Prescription", stock_quantity: 85 },
            { id: 44, name: "Heavy Duty Monitor", category: "Over-the-Counter", stock_quantity: 179 },
            { id: 45, name: "Vintage Toolkit", category: "Over-the-Counter", stock_quantity: 183 },
            { id: 46, name: "Essential Toolkit", category: "Prescription", stock_quantity: 118 },
            { id: 47, name: "Standard Bottle", category: "Over-the-Counter", stock_quantity: 199 },
            { id: 48, name: "Vintage Kettle", category: "Specialty", stock_quantity: 26 },
            { id: 49, name: "Modern Speaker", category: "Specialty", stock_quantity: 36 },
            { id: 50, name: "Vintage Mug", category: "Over-the-Counter", stock_quantity: 72 },
        ],
    });
    await prisma.prescriptions.createMany({
        data: [
            { id: 1, customer_id: 96, medication_id: 22, date_prescribed: "2024-12-13", quantity: 22, dosage: "355.47", refill_count: 3 },
            { id: 2, customer_id: 25, medication_id: 47, date_prescribed: "2023-01-26", quantity: 23, dosage: "482.57", refill_count: 3 },
            { id: 3, customer_id: 53, medication_id: 7, date_prescribed: "2023-11-04", quantity: 29, dosage: "516.18", refill_count: 2 },
            { id: 4, customer_id: 94, medication_id: 36, date_prescribed: "2024-11-09", quantity: 5, dosage: "653.67", refill_count: 2 },
            { id: 5, customer_id: 64, medication_id: 19, date_prescribed: "2024-04-06", quantity: 15, dosage: "594.68", refill_count: 2 },
            { id: 6, customer_id: 91, medication_id: 16, date_prescribed: "2024-03-07", quantity: 1, dosage: "415.81", refill_count: 3 },
            { id: 7, customer_id: 79, medication_id: 37, date_prescribed: "2023-01-15", quantity: 24, dosage: "528.42", refill_count: 4 },
            { id: 8, customer_id: 31, medication_id: 23, date_prescribed: "2024-05-26", quantity: 3, dosage: "290.25", refill_count: 2 },
            { id: 9, customer_id: 87, medication_id: 20, date_prescribed: "2023-07-13", quantity: 11, dosage: "575.95", refill_count: 2 },
            { id: 10, customer_id: 35, medication_id: 44, date_prescribed: "2023-08-13", quantity: 8, dosage: "593.19", refill_count: 2 },
            { id: 11, customer_id: 81, medication_id: 36, date_prescribed: "2024-12-30", quantity: 19, dosage: "454.23", refill_count: 3 },
            { id: 12, customer_id: 22, medication_id: 45, date_prescribed: "2023-10-07", quantity: 6, dosage: "637.50", refill_count: 4 },
            { id: 13, customer_id: 9, medication_id: 11, date_prescribed: "2023-04-05", quantity: 6, dosage: "595.52", refill_count: 2 },
            { id: 14, customer_id: 37, medication_id: 2, date_prescribed: "2024-05-23", quantity: 7, dosage: "547.10", refill_count: 2 },
            { id: 15, customer_id: 83, medication_id: 26, date_prescribed: "2023-11-06", quantity: 7, dosage: "483.16", refill_count: 2 },
            { id: 16, customer_id: 17, medication_id: 7, date_prescribed: "2023-11-04", quantity: 10, dosage: "735.16", refill_count: 2 },
            { id: 17, customer_id: 47, medication_id: 13, date_prescribed: "2023-10-18", quantity: 20, dosage: "547.40", refill_count: 3 },
            { id: 18, customer_id: 3, medication_id: 39, date_prescribed: "2024-05-31", quantity: 1, dosage: "613.01", refill_count: 3 },
            { id: 19, customer_id: 91, medication_id: 3, date_prescribed: "2024-11-04", quantity: 3, dosage: "284.65", refill_count: 3 },
            { id: 20, customer_id: 74, medication_id: 5, date_prescribed: "2024-03-03", quantity: 1, dosage: "359.99", refill_count: 3 },
            { id: 21, customer_id: 5, medication_id: 28, date_prescribed: "2024-09-24", quantity: 4, dosage: "227.34", refill_count: 3 },
            { id: 22, customer_id: 36, medication_id: 43, date_prescribed: "2024-08-22", quantity: 6, dosage: "377.75", refill_count: 2 },
            { id: 23, customer_id: 80, medication_id: 8, date_prescribed: "2023-11-04", quantity: 10, dosage: "350.28", refill_count: 4 },
            { id: 24, customer_id: 87, medication_id: 41, date_prescribed: "2024-01-15", quantity: 2, dosage: "420.05", refill_count: 1 },
            { id: 25, customer_id: 9, medication_id: 47, date_prescribed: "2024-05-11", quantity: 2, dosage: "691.73", refill_count: 2 },
            { id: 26, customer_id: 84, medication_id: 23, date_prescribed: "2023-08-08", quantity: 1, dosage: "265.89", refill_count: 3 },
            { id: 27, customer_id: 33, medication_id: 5, date_prescribed: "2024-01-20", quantity: 3, dosage: "496.47", refill_count: 2 },
            { id: 28, customer_id: 14, medication_id: 46, date_prescribed: "2023-02-25", quantity: 14, dosage: "534.58", refill_count: 3 },
            { id: 29, customer_id: 11, medication_id: 37, date_prescribed: "2024-09-19", quantity: 15, dosage: "582.73", refill_count: 3 },
            { id: 30, customer_id: 85, medication_id: 29, date_prescribed: "2023-01-07", quantity: 3, dosage: "430.62", refill_count: 1 },
            { id: 31, customer_id: 55, medication_id: 16, date_prescribed: "2023-12-14", quantity: 29, dosage: "419.67", refill_count: 3 },
            { id: 32, customer_id: 82, medication_id: 43, date_prescribed: "2023-11-29", quantity: 25, dosage: "613.26", refill_count: 3 },
            { id: 33, customer_id: 16, medication_id: 10, date_prescribed: "2024-01-13", quantity: 19, dosage: "444.48", refill_count: 2 },
            { id: 34, customer_id: 3, medication_id: 49, date_prescribed: "2023-10-06", quantity: 10, dosage: "156.12", refill_count: 3 },
            { id: 35, customer_id: 42, medication_id: 24, date_prescribed: "2023-07-23", quantity: 4, dosage: "585.87", refill_count: 3 },
            { id: 36, customer_id: 53, medication_id: 38, date_prescribed: "2024-01-18", quantity: 2, dosage: "543.61", refill_count: 3 },
            { id: 37, customer_id: 95, medication_id: 10, date_prescribed: "2024-09-07", quantity: 21, dosage: "382.02", refill_count: 2 },
            { id: 38, customer_id: 35, medication_id: 17, date_prescribed: "2024-05-13", quantity: 15, dosage: "381.47", refill_count: 2 },
            { id: 39, customer_id: 50, medication_id: 40, date_prescribed: "2023-10-04", quantity: 2, dosage: "559.81", refill_count: 2 },
            { id: 40, customer_id: 34, medication_id: 14, date_prescribed: "2024-10-25", quantity: 10, dosage: "413.29", refill_count: 4 },
            { id: 41, customer_id: 3, medication_id: 13, date_prescribed: "2023-06-03", quantity: 20, dosage: "214.84", refill_count: 1 },
            { id: 42, customer_id: 83, medication_id: 21, date_prescribed: "2023-03-21", quantity: 4, dosage: "569.94", refill_count: 3 },
            { id: 43, customer_id: 86, medication_id: 20, date_prescribed: "2024-08-04", quantity: 15, dosage: "452.64", refill_count: 3 },
            { id: 44, customer_id: 15, medication_id: 16, date_prescribed: "2023-02-04", quantity: 6, dosage: "489.22", refill_count: 3 },
            { id: 45, customer_id: 73, medication_id: 50, date_prescribed: "2024-07-23", quantity: 14, dosage: "506.04", refill_count: 4 },
            { id: 46, customer_id: 66, medication_id: 23, date_prescribed: "2024-05-30", quantity: 6, dosage: "618.68", refill_count: 2 },
            { id: 47, customer_id: 97, medication_id: 25, date_prescribed: "2023-01-12", quantity: 1, dosage: "503.72", refill_count: 2 },
            { id: 48, customer_id: 85, medication_id: 11, date_prescribed: "2023-05-03", quantity: 2, dosage: "707.45", refill_count: 3 },
            { id: 49, customer_id: 29, medication_id: 5, date_prescribed: "2023-05-07", quantity: 8, dosage: "314.06", refill_count: 2 },
            { id: 50, customer_id: 50, medication_id: 43, date_prescribed: "2024-07-23", quantity: 2, dosage: "437.57", refill_count: 2 },
            { id: 51, customer_id: 73, medication_id: 29, date_prescribed: "2023-04-24", quantity: 17, dosage: "374.72", refill_count: 2 },
            { id: 52, customer_id: 66, medication_id: 37, date_prescribed: "2024-09-25", quantity: 18, dosage: "482.35", refill_count: 3 },
            { id: 53, customer_id: 97, medication_id: 29, date_prescribed: "2024-01-05", quantity: 12, dosage: "804.53", refill_count: 3 },
            { id: 54, customer_id: 9, medication_id: 25, date_prescribed: "2023-09-30", quantity: 1, dosage: "527.13", refill_count: 3 },
            { id: 55, customer_id: 41, medication_id: 46, date_prescribed: "2023-05-21", quantity: 4, dosage: "411.00", refill_count: 1 },
            { id: 56, customer_id: 45, medication_id: 3, date_prescribed: "2024-05-04", quantity: 24, dosage: "465.66", refill_count: 2 },
            { id: 57, customer_id: 85, medication_id: 36, date_prescribed: "2023-05-15", quantity: 10, dosage: "487.31", refill_count: 2 },
            { id: 58, customer_id: 92, medication_id: 47, date_prescribed: "2024-01-11", quantity: 13, dosage: "324.93", refill_count: 1 },
            { id: 59, customer_id: 57, medication_id: 26, date_prescribed: "2023-08-07", quantity: 8, dosage: "577.12", refill_count: 2 },
            { id: 60, customer_id: 79, medication_id: 10, date_prescribed: "2023-04-14", quantity: 9, dosage: "568.02", refill_count: 3 },
            { id: 61, customer_id: 8, medication_id: 21, date_prescribed: "2023-10-25", quantity: 8, dosage: "585.30", refill_count: 1 },
            { id: 62, customer_id: 95, medication_id: 36, date_prescribed: "2023-01-27", quantity: 16, dosage: "365.41", refill_count: 3 },
            { id: 63, customer_id: 17, medication_id: 45, date_prescribed: "2024-08-15", quantity: 16, dosage: "452.96", refill_count: 3 },
            { id: 64, customer_id: 36, medication_id: 6, date_prescribed: "2023-05-24", quantity: 16, dosage: "461.37", refill_count: 3 },
            { id: 65, customer_id: 87, medication_id: 5, date_prescribed: "2024-07-12", quantity: 1, dosage: "303.30", refill_count: 1 },
            { id: 66, customer_id: 62, medication_id: 17, date_prescribed: "2024-12-21", quantity: 9, dosage: "470.16", refill_count: 3 },
            { id: 67, customer_id: 51, medication_id: 17, date_prescribed: "2024-01-06", quantity: 10, dosage: "524.79", refill_count: 3 },
            { id: 68, customer_id: 56, medication_id: 48, date_prescribed: "2023-08-23", quantity: 1, dosage: "355.63", refill_count: 2 },
            { id: 69, customer_id: 66, medication_id: 24, date_prescribed: "2024-07-06", quantity: 20, dosage: "340.64", refill_count: 4 },
            { id: 70, customer_id: 4, medication_id: 18, date_prescribed: "2024-07-13", quantity: 3, dosage: "622.46", refill_count: 3 },
            { id: 71, customer_id: 92, medication_id: 45, date_prescribed: "2024-02-24", quantity: 3, dosage: "550.30", refill_count: 2 },
            { id: 72, customer_id: 44, medication_id: 41, date_prescribed: "2024-12-06", quantity: 4, dosage: "366.34", refill_count: 3 },
            { id: 73, customer_id: 89, medication_id: 13, date_prescribed: "2023-02-13", quantity: 12, dosage: "461.12", refill_count: 3 },
            { id: 74, customer_id: 97, medication_id: 49, date_prescribed: "2024-02-18", quantity: 5, dosage: "513.01", refill_count: 1 },
            { id: 75, customer_id: 17, medication_id: 25, date_prescribed: "2023-05-23", quantity: 9, dosage: "693.77", refill_count: 3 },
            { id: 76, customer_id: 37, medication_id: 40, date_prescribed: "2024-03-31", quantity: 11, dosage: "494.42", refill_count: 3 },
            { id: 77, customer_id: 66, medication_id: 22, date_prescribed: "2024-04-26", quantity: 15, dosage: "312.22", refill_count: 2 },
            { id: 78, customer_id: 99, medication_id: 41, date_prescribed: "2023-10-27", quantity: 12, dosage: "357.58", refill_count: 2 },
            { id: 79, customer_id: 19, medication_id: 43, date_prescribed: "2023-03-16", quantity: 3, dosage: "541.68", refill_count: 3 },
            { id: 80, customer_id: 34, medication_id: 25, date_prescribed: "2024-09-11", quantity: 2, dosage: "178.94", refill_count: 4 },
            { id: 81, customer_id: 80, medication_id: 42, date_prescribed: "2023-06-02", quantity: 20, dosage: "548.74", refill_count: 3 },
            { id: 82, customer_id: 55, medication_id: 24, date_prescribed: "2023-05-26", quantity: 17, dosage: "134.30", refill_count: 2 },
            { id: 83, customer_id: 48, medication_id: 47, date_prescribed: "2024-10-15", quantity: 10, dosage: "424.99", refill_count: 2 },
            { id: 84, customer_id: 32, medication_id: 25, date_prescribed: "2023-02-06", quantity: 5, dosage: "402.55", refill_count: 3 },
            { id: 85, customer_id: 8, medication_id: 24, date_prescribed: "2023-06-07", quantity: 6, dosage: "544.79", refill_count: 4 },
            { id: 86, customer_id: 16, medication_id: 15, date_prescribed: "2023-09-05", quantity: 7, dosage: "205.47", refill_count: 3 },
            { id: 87, customer_id: 69, medication_id: 14, date_prescribed: "2024-04-25", quantity: 4, dosage: "334.15", refill_count: 4 },
            { id: 88, customer_id: 95, medication_id: 33, date_prescribed: "2023-12-28", quantity: 21, dosage: "645.21", refill_count: 3 },
            { id: 89, customer_id: 95, medication_id: 25, date_prescribed: "2024-03-14", quantity: 1, dosage: "197.30", refill_count: 2 },
            { id: 90, customer_id: 42, medication_id: 20, date_prescribed: "2024-07-21", quantity: 28, dosage: "633.55", refill_count: 1 },
            { id: 91, customer_id: 92, medication_id: 15, date_prescribed: "2023-05-17", quantity: 3, dosage: "378.71", refill_count: 3 },
            { id: 92, customer_id: 99, medication_id: 46, date_prescribed: "2023-05-27", quantity: 2, dosage: "370.66", refill_count: 1 },
            { id: 93, customer_id: 94, medication_id: 6, date_prescribed: "2023-10-01", quantity: 2, dosage: "675.37", refill_count: 2 },
            { id: 94, customer_id: 99, medication_id: 6, date_prescribed: "2023-04-10", quantity: 14, dosage: "530.71", refill_count: 2 },
            { id: 95, customer_id: 48, medication_id: 15, date_prescribed: "2024-01-14", quantity: 29, dosage: "685.46", refill_count: 2 },
            { id: 96, customer_id: 91, medication_id: 36, date_prescribed: "2024-07-31", quantity: 13, dosage: "515.59", refill_count: 2 },
            { id: 97, customer_id: 81, medication_id: 5, date_prescribed: "2024-06-07", quantity: 2, dosage: "588.43", refill_count: 2 },
            { id: 98, customer_id: 30, medication_id: 28, date_prescribed: "2024-09-03", quantity: 1, dosage: "442.34", refill_count: 1 },
            { id: 99, customer_id: 75, medication_id: 16, date_prescribed: "2023-08-10", quantity: 4, dosage: "621.23", refill_count: 3 },
            { id: 100, customer_id: 22, medication_id: 41, date_prescribed: "2023-05-31", quantity: 11, dosage: "359.77", refill_count: 3 },
            { id: 101, customer_id: 63, medication_id: 4, date_prescribed: "2023-04-15", quantity: 23, dosage: "249.17", refill_count: 4 },
            { id: 102, customer_id: 79, medication_id: 24, date_prescribed: "2024-08-08", quantity: 1, dosage: "250.33", refill_count: 1 },
            { id: 103, customer_id: 2, medication_id: 37, date_prescribed: "2023-07-11", quantity: 12, dosage: "301.95", refill_count: 2 },
            { id: 104, customer_id: 57, medication_id: 10, date_prescribed: "2023-11-20", quantity: 1, dosage: "403.94", refill_count: 2 },
            { id: 105, customer_id: 53, medication_id: 15, date_prescribed: "2023-09-27", quantity: 24, dosage: "485.68", refill_count: 3 },
            { id: 106, customer_id: 73, medication_id: 49, date_prescribed: "2023-08-15", quantity: 10, dosage: "529.40", refill_count: 4 },
            { id: 107, customer_id: 79, medication_id: 13, date_prescribed: "2023-04-13", quantity: 30, dosage: "351.57", refill_count: 3 },
            { id: 108, customer_id: 90, medication_id: 26, date_prescribed: "2024-11-01", quantity: 26, dosage: "453.27", refill_count: 3 },
            { id: 109, customer_id: 74, medication_id: 35, date_prescribed: "2023-11-12", quantity: 1, dosage: "477.20", refill_count: 2 },
            { id: 110, customer_id: 79, medication_id: 33, date_prescribed: "2023-01-20", quantity: 14, dosage: "588.08", refill_count: 3 },
            { id: 111, customer_id: 38, medication_id: 49, date_prescribed: "2024-05-18", quantity: 29, dosage: "398.10", refill_count: 4 },
            { id: 112, customer_id: 71, medication_id: 41, date_prescribed: "2024-06-25", quantity: 15, dosage: "572.20", refill_count: 3 },
            { id: 113, customer_id: 37, medication_id: 13, date_prescribed: "2023-07-04", quantity: 18, dosage: "518.43", refill_count: 3 },
            { id: 114, customer_id: 18, medication_id: 28, date_prescribed: "2023-02-06", quantity: 25, dosage: "631.98", refill_count: 2 },
            { id: 115, customer_id: 89, medication_id: 46, date_prescribed: "2023-03-20", quantity: 4, dosage: "422.17", refill_count: 3 },
            { id: 116, customer_id: 18, medication_id: 44, date_prescribed: "2024-08-08", quantity: 28, dosage: "673.91", refill_count: 3 },
            { id: 117, customer_id: 30, medication_id: 26, date_prescribed: "2023-04-24", quantity: 1, dosage: "329.46", refill_count: 3 },
            { id: 118, customer_id: 59, medication_id: 10, date_prescribed: "2023-03-15", quantity: 21, dosage: "684.77", refill_count: 3 },
            { id: 119, customer_id: 64, medication_id: 22, date_prescribed: "2023-07-23", quantity: 6, dosage: "393.99", refill_count: 1 },
            { id: 120, customer_id: 83, medication_id: 45, date_prescribed: "2024-08-08", quantity: 9, dosage: "442.29", refill_count: 2 },
            { id: 121, customer_id: 15, medication_id: 40, date_prescribed: "2024-03-21", quantity: 5, dosage: "606.77", refill_count: 2 },
            { id: 122, customer_id: 60, medication_id: 4, date_prescribed: "2023-04-15", quantity: 14, dosage: "369.47", refill_count: 3 },
            { id: 123, customer_id: 67, medication_id: 23, date_prescribed: "2024-02-22", quantity: 26, dosage: "458.42", refill_count: 2 },
            { id: 124, customer_id: 49, medication_id: 8, date_prescribed: "2024-03-15", quantity: 4, dosage: "607.40", refill_count: 2 },
            { id: 125, customer_id: 87, medication_id: 28, date_prescribed: "2023-06-24", quantity: 2, dosage: "722.19", refill_count: 2 },
            { id: 126, customer_id: 33, medication_id: 10, date_prescribed: "2023-11-10", quantity: 3, dosage: "483.33", refill_count: 3 },
            { id: 127, customer_id: 93, medication_id: 3, date_prescribed: "2024-02-10", quantity: 10, dosage: "456.32", refill_count: 2 },
            { id: 128, customer_id: 76, medication_id: 12, date_prescribed: "2023-01-14", quantity: 6, dosage: "259.67", refill_count: 2 },
            { id: 129, customer_id: 64, medication_id: 36, date_prescribed: "2024-07-29", quantity: 17, dosage: "531.44", refill_count: 2 },
            { id: 130, customer_id: 67, medication_id: 49, date_prescribed: "2024-05-13", quantity: 17, dosage: "496.99", refill_count: 3 },
            { id: 131, customer_id: 92, medication_id: 3, date_prescribed: "2023-03-08", quantity: 3, dosage: "369.22", refill_count: 2 },
            { id: 132, customer_id: 28, medication_id: 39, date_prescribed: "2024-03-13", quantity: 16, dosage: "280.91", refill_count: 3 },
            { id: 133, customer_id: 31, medication_id: 16, date_prescribed: "2024-09-02", quantity: 16, dosage: "710.84", refill_count: 2 },
            { id: 134, customer_id: 84, medication_id: 21, date_prescribed: "2023-01-20", quantity: 16, dosage: "449.10", refill_count: 2 },
            { id: 135, customer_id: 54, medication_id: 12, date_prescribed: "2024-09-12", quantity: 19, dosage: "454.23", refill_count: 3 },
            { id: 136, customer_id: 31, medication_id: 7, date_prescribed: "2023-01-26", quantity: 5, dosage: "287.13", refill_count: 3 },
            { id: 137, customer_id: 38, medication_id: 7, date_prescribed: "2023-04-17", quantity: 7, dosage: "190.59", refill_count: 2 },
            { id: 138, customer_id: 78, medication_id: 22, date_prescribed: "2024-09-18", quantity: 2, dosage: "797.56", refill_count: 4 },
            { id: 139, customer_id: 45, medication_id: 16, date_prescribed: "2023-07-18", quantity: 5, dosage: "561.36", refill_count: 3 },
            { id: 140, customer_id: 20, medication_id: 41, date_prescribed: "2023-04-30", quantity: 1, dosage: "718.36", refill_count: 3 },
            { id: 141, customer_id: 98, medication_id: 44, date_prescribed: "2023-09-28", quantity: 6, dosage: "151.63", refill_count: 2 },
            { id: 142, customer_id: 87, medication_id: 47, date_prescribed: "2024-04-18", quantity: 3, dosage: "623.24", refill_count: 3 },
            { id: 143, customer_id: 28, medication_id: 25, date_prescribed: "2024-11-17", quantity: 1, dosage: "451.84", refill_count: 3 },
            { id: 144, customer_id: 65, medication_id: 13, date_prescribed: "2023-01-11", quantity: 2, dosage: "391.27", refill_count: 4 },
            { id: 145, customer_id: 44, medication_id: 36, date_prescribed: "2024-01-07", quantity: 9, dosage: "575.43", refill_count: 2 },
            { id: 146, customer_id: 66, medication_id: 4, date_prescribed: "2023-07-12", quantity: 12, dosage: "206.50", refill_count: 2 },
            { id: 147, customer_id: 56, medication_id: 16, date_prescribed: "2023-10-07", quantity: 8, dosage: "819.26", refill_count: 4 },
            { id: 148, customer_id: 37, medication_id: 20, date_prescribed: "2023-11-30", quantity: 1, dosage: "576.46", refill_count: 3 },
            { id: 149, customer_id: 34, medication_id: 42, date_prescribed: "2023-06-23", quantity: 28, dosage: "503.98", refill_count: 2 },
            { id: 150, customer_id: 57, medication_id: 39, date_prescribed: "2024-03-09", quantity: 18, dosage: "415.08", refill_count: 1 },
            { id: 151, customer_id: 23, medication_id: 48, date_prescribed: "2024-10-19", quantity: 1, dosage: "463.51", refill_count: 2 },
            { id: 152, customer_id: 100, medication_id: 15, date_prescribed: "2024-06-22", quantity: 8, dosage: "822.62", refill_count: 2 },
            { id: 153, customer_id: 55, medication_id: 39, date_prescribed: "2024-07-23", quantity: 10, dosage: "357.21", refill_count: 2 },
            { id: 154, customer_id: 47, medication_id: 31, date_prescribed: "2023-11-01", quantity: 2, dosage: "279.63", refill_count: 2 },
            { id: 155, customer_id: 85, medication_id: 42, date_prescribed: "2024-08-25", quantity: 11, dosage: "618.35", refill_count: 2 },
            { id: 156, customer_id: 69, medication_id: 33, date_prescribed: "2024-04-21", quantity: 20, dosage: "737.87", refill_count: 3 },
            { id: 157, customer_id: 39, medication_id: 17, date_prescribed: "2023-04-18", quantity: 5, dosage: "176.94", refill_count: 3 },
            { id: 158, customer_id: 5, medication_id: 25, date_prescribed: "2023-05-23", quantity: 10, dosage: "422.55", refill_count: 2 },
            { id: 159, customer_id: 50, medication_id: 29, date_prescribed: "2023-07-17", quantity: 16, dosage: "239.30", refill_count: 2 },
            { id: 160, customer_id: 5, medication_id: 11, date_prescribed: "2023-04-01", quantity: 1, dosage: "412.67", refill_count: 2 },
            { id: 161, customer_id: 65, medication_id: 38, date_prescribed: "2023-05-02", quantity: 23, dosage: "450.35", refill_count: 3 },
            { id: 162, customer_id: 65, medication_id: 16, date_prescribed: "2024-09-07", quantity: 11, dosage: "559.97", refill_count: 2 },
            { id: 163, customer_id: 65, medication_id: 41, date_prescribed: "2024-04-03", quantity: 24, dosage: "375.07", refill_count: 1 },
            { id: 164, customer_id: 5, medication_id: 44, date_prescribed: "2023-09-18", quantity: 10, dosage: "509.96", refill_count: 3 },
            { id: 165, customer_id: 29, medication_id: 34, date_prescribed: "2024-11-23", quantity: 6, dosage: "419.38", refill_count: 4 },
            { id: 166, customer_id: 65, medication_id: 29, date_prescribed: "2023-04-20", quantity: 15, dosage: "469.87", refill_count: 3 },
            { id: 167, customer_id: 66, medication_id: 15, date_prescribed: "2024-12-03", quantity: 1, dosage: "382.19", refill_count: 3 },
            { id: 168, customer_id: 94, medication_id: 33, date_prescribed: "2024-12-07", quantity: 7, dosage: "609.81", refill_count: 3 },
            { id: 169, customer_id: 62, medication_id: 32, date_prescribed: "2024-01-18", quantity: 5, dosage: "758.99", refill_count: 2 },
            { id: 170, customer_id: 39, medication_id: 32, date_prescribed: "2024-12-24", quantity: 5, dosage: "610.28", refill_count: 4 },
            { id: 171, customer_id: 60, medication_id: 30, date_prescribed: "2024-04-11", quantity: 3, dosage: "530.56", refill_count: 3 },
            { id: 172, customer_id: 29, medication_id: 45, date_prescribed: "2023-12-31", quantity: 12, dosage: "520.24", refill_count: 2 },
            { id: 173, customer_id: 99, medication_id: 43, date_prescribed: "2023-12-22", quantity: 10, dosage: "498.16", refill_count: 3 },
            { id: 174, customer_id: 92, medication_id: 12, date_prescribed: "2024-08-24", quantity: 10, dosage: "742.38", refill_count: 2 },
            { id: 175, customer_id: 66, medication_id: 31, date_prescribed: "2024-12-04", quantity: 24, dosage: "809.49", refill_count: 3 },
            { id: 176, customer_id: 43, medication_id: 45, date_prescribed: "2023-12-29", quantity: 6, dosage: "529.78", refill_count: 3 },
            { id: 177, customer_id: 10, medication_id: 6, date_prescribed: "2023-05-16", quantity: 8, dosage: "366.14", refill_count: 2 },
            { id: 178, customer_id: 42, medication_id: 48, date_prescribed: "2024-06-23", quantity: 17, dosage: "290.67", refill_count: 3 },
            { id: 179, customer_id: 83, medication_id: 50, date_prescribed: "2023-07-10", quantity: 1, dosage: "209.78", refill_count: 4 },
            { id: 180, customer_id: 52, medication_id: 43, date_prescribed: "2024-03-13", quantity: 2, dosage: "382.68", refill_count: 3 },
            { id: 181, customer_id: 60, medication_id: 5, date_prescribed: "2024-06-04", quantity: 30, dosage: "459.61", refill_count: 3 },
            { id: 182, customer_id: 11, medication_id: 41, date_prescribed: "2024-08-13", quantity: 6, dosage: "415.01", refill_count: 3 },
            { id: 183, customer_id: 78, medication_id: 29, date_prescribed: "2023-04-06", quantity: 11, dosage: "582.63", refill_count: 2 },
            { id: 184, customer_id: 89, medication_id: 48, date_prescribed: "2024-04-02", quantity: 19, dosage: "215.78", refill_count: 3 },
            { id: 185, customer_id: 1, medication_id: 18, date_prescribed: "2024-07-20", quantity: 19, dosage: "961.50", refill_count: 3 },
            { id: 186, customer_id: 25, medication_id: 8, date_prescribed: "2023-02-14", quantity: 24, dosage: "572.88", refill_count: 3 },
            { id: 187, customer_id: 89, medication_id: 4, date_prescribed: "2023-10-18", quantity: 20, dosage: "618.00", refill_count: 2 },
            { id: 188, customer_id: 83, medication_id: 16, date_prescribed: "2023-12-21", quantity: 16, dosage: "496.61", refill_count: 2 },
            { id: 189, customer_id: 35, medication_id: 2, date_prescribed: "2024-05-13", quantity: 6, dosage: "605.36", refill_count: 2 },
            { id: 190, customer_id: 95, medication_id: 6, date_prescribed: "2024-06-30", quantity: 1, dosage: "522.82", refill_count: 2 },
            { id: 191, customer_id: 20, medication_id: 46, date_prescribed: "2023-07-26", quantity: 18, dosage: "471.32", refill_count: 2 },
            { id: 192, customer_id: 88, medication_id: 11, date_prescribed: "2024-06-25", quantity: 1, dosage: "445.59", refill_count: 3 },
            { id: 193, customer_id: 31, medication_id: 23, date_prescribed: "2024-05-04", quantity: 4, dosage: "373.27", refill_count: 3 },
            { id: 194, customer_id: 89, medication_id: 17, date_prescribed: "2023-12-03", quantity: 7, dosage: "608.38", refill_count: 1 },
            { id: 195, customer_id: 93, medication_id: 38, date_prescribed: "2023-06-01", quantity: 1, dosage: "491.88", refill_count: 3 },
            { id: 196, customer_id: 46, medication_id: 34, date_prescribed: "2024-11-07", quantity: 1, dosage: "434.84", refill_count: 4 },
            { id: 197, customer_id: 37, medication_id: 6, date_prescribed: "2024-07-12", quantity: 5, dosage: "497.40", refill_count: 2 },
            { id: 198, customer_id: 50, medication_id: 16, date_prescribed: "2024-08-30", quantity: 5, dosage: "444.24", refill_count: 3 },
            { id: 199, customer_id: 21, medication_id: 8, date_prescribed: "2023-12-20", quantity: 2, dosage: "378.40", refill_count: 3 },
            { id: 200, customer_id: 24, medication_id: 19, date_prescribed: "2024-05-17", quantity: 1, dosage: "323.53", refill_count: 3 },
        ],
    });
    await prisma.transactions.createMany({
        data: [
            { id: 1, customer_id: 38, prescription_id: null, transaction_date: "2024-03-28", total_amount: "53.04", payment_method: "credit card", discount_amount: "1.82" },
            { id: 2, customer_id: 86, prescription_id: 180, transaction_date: "2023-01-10", total_amount: "402.27", payment_method: "credit card", discount_amount: "26.10" },
            { id: 3, customer_id: 16, prescription_id: 123, transaction_date: "2024-03-02", total_amount: "27.13", payment_method: "credit card", discount_amount: "49.31" },
            { id: 4, customer_id: 58, prescription_id: 176, transaction_date: "2023-08-20", total_amount: "363.56", payment_method: "credit card", discount_amount: "0.57" },
            { id: 5, customer_id: 1, prescription_id: 139, transaction_date: "2024-09-21", total_amount: "35.96", payment_method: "insurance", discount_amount: "38.36" },
            { id: 6, customer_id: 28, prescription_id: 6, transaction_date: "2023-07-18", total_amount: "116.48", payment_method: "cash", discount_amount: "39.94" },
            { id: 7, customer_id: 31, prescription_id: 179, transaction_date: "2023-08-09", total_amount: "5.05", payment_method: "credit card", discount_amount: "10.96" },
            { id: 8, customer_id: 7, prescription_id: null, transaction_date: "2023-09-28", total_amount: "268.81", payment_method: "cash", discount_amount: "37.16" },
            { id: 9, customer_id: 60, prescription_id: 175, transaction_date: "2024-07-07", total_amount: "9.19", payment_method: "insurance", discount_amount: "0.04" },
            { id: 10, customer_id: 23, prescription_id: 125, transaction_date: "2023-07-18", total_amount: "66.53", payment_method: "cash", discount_amount: "19.74" },
            { id: 11, customer_id: 48, prescription_id: 130, transaction_date: "2024-09-18", total_amount: "409.68", payment_method: "credit card", discount_amount: "40.33" },
            { id: 12, customer_id: 39, prescription_id: 128, transaction_date: "2024-12-08", total_amount: "31.09", payment_method: "insurance", discount_amount: "27.97" },
            { id: 13, customer_id: 22, prescription_id: 34, transaction_date: "2024-05-09", total_amount: "261.30", payment_method: "credit card", discount_amount: "8.11" },
            { id: 14, customer_id: 30, prescription_id: 6, transaction_date: "2023-11-21", total_amount: "240.64", payment_method: "cash", discount_amount: "20.83" },
            { id: 15, customer_id: 91, prescription_id: 84, transaction_date: "2024-10-17", total_amount: "198.53", payment_method: "insurance", discount_amount: "7.85" },
            { id: 16, customer_id: 64, prescription_id: null, transaction_date: "2024-10-12", total_amount: "145.51", payment_method: "cash", discount_amount: "17.01" },
            { id: 17, customer_id: 20, prescription_id: 189, transaction_date: "2023-08-26", total_amount: "29.92", payment_method: "credit card", discount_amount: "13.09" },
            { id: 18, customer_id: 100, prescription_id: 17, transaction_date: "2023-04-04", total_amount: "108.38", payment_method: "credit card", discount_amount: "0.00" },
            { id: 19, customer_id: 31, prescription_id: 156, transaction_date: "2023-12-23", total_amount: "258.99", payment_method: "insurance", discount_amount: "36.10" },
            { id: 20, customer_id: 34, prescription_id: 178, transaction_date: "2023-01-07", total_amount: "136.13", payment_method: "cash", discount_amount: "4.68" },
            { id: 21, customer_id: 16, prescription_id: 196, transaction_date: "2024-01-14", total_amount: "403.46", payment_method: "insurance", discount_amount: "5.40" },
            { id: 22, customer_id: 72, prescription_id: 144, transaction_date: "2024-08-05", total_amount: "141.54", payment_method: "cash", discount_amount: "27.98" },
            { id: 23, customer_id: 46, prescription_id: 165, transaction_date: "2023-11-03", total_amount: "222.77", payment_method: "credit card", discount_amount: "4.49" },
            { id: 24, customer_id: 92, prescription_id: 8, transaction_date: "2023-09-09", total_amount: "110.32", payment_method: "insurance", discount_amount: "43.53" },
            { id: 25, customer_id: 21, prescription_id: 160, transaction_date: "2023-04-01", total_amount: "410.36", payment_method: "credit card", discount_amount: "5.61" },
            { id: 26, customer_id: 67, prescription_id: 104, transaction_date: "2023-10-31", total_amount: "459.53", payment_method: "credit card", discount_amount: "0.03" },
            { id: 27, customer_id: 60, prescription_id: null, transaction_date: "2023-12-24", total_amount: "16.68", payment_method: "credit card", discount_amount: "3.05" },
            { id: 28, customer_id: 66, prescription_id: 85, transaction_date: "2023-05-19", total_amount: "5.23", payment_method: "cash", discount_amount: "12.24" },
            { id: 29, customer_id: 79, prescription_id: 196, transaction_date: "2024-09-10", total_amount: "406.45", payment_method: "cash", discount_amount: "1.74" },
            { id: 30, customer_id: 12, prescription_id: 193, transaction_date: "2023-08-07", total_amount: "26.10", payment_method: "credit card", discount_amount: "38.94" },
            { id: 31, customer_id: 28, prescription_id: 57, transaction_date: "2023-10-10", total_amount: "179.75", payment_method: "credit card", discount_amount: "0.19" },
            { id: 32, customer_id: 9, prescription_id: 176, transaction_date: "2023-12-31", total_amount: "273.17", payment_method: "cash", discount_amount: "5.66" },
            { id: 33, customer_id: 57, prescription_id: 15, transaction_date: "2024-01-06", total_amount: "417.36", payment_method: "credit card", discount_amount: "2.56" },
            { id: 34, customer_id: 19, prescription_id: 103, transaction_date: "2023-12-19", total_amount: "44.18", payment_method: "insurance", discount_amount: "3.31" },
            { id: 35, customer_id: 43, prescription_id: 150, transaction_date: "2024-05-12", total_amount: "179.05", payment_method: "credit card", discount_amount: "18.78" },
            { id: 36, customer_id: 8, prescription_id: 176, transaction_date: "2023-11-13", total_amount: "26.51", payment_method: "cash", discount_amount: "0.67" },
            { id: 37, customer_id: 56, prescription_id: 22, transaction_date: "2024-04-13", total_amount: "52.79", payment_method: "credit card", discount_amount: "20.04" },
            { id: 38, customer_id: 43, prescription_id: 131, transaction_date: "2024-03-07", total_amount: "5.62", payment_method: "credit card", discount_amount: "1.06" },
            { id: 39, customer_id: 33, prescription_id: null, transaction_date: "2024-10-26", total_amount: "63.69", payment_method: "cash", discount_amount: "3.61" },
            { id: 40, customer_id: 15, prescription_id: 37, transaction_date: "2023-12-28", total_amount: "39.22", payment_method: "cash", discount_amount: "4.72" },
            { id: 41, customer_id: 26, prescription_id: 150, transaction_date: "2023-01-12", total_amount: "178.77", payment_method: "credit card", discount_amount: "8.73" },
            { id: 42, customer_id: 3, prescription_id: 189, transaction_date: "2023-09-16", total_amount: "222.64", payment_method: "insurance", discount_amount: "4.99" },
            { id: 43, customer_id: 40, prescription_id: 41, transaction_date: "2023-12-02", total_amount: "331.01", payment_method: "insurance", discount_amount: "28.93" },
            { id: 44, customer_id: 15, prescription_id: 159, transaction_date: "2023-04-03", total_amount: "474.59", payment_method: "cash", discount_amount: "28.16" },
            { id: 45, customer_id: 91, prescription_id: null, transaction_date: "2023-03-27", total_amount: "5.19", payment_method: "insurance", discount_amount: "19.40" },
            { id: 46, customer_id: 62, prescription_id: 94, transaction_date: "2023-09-11", total_amount: "78.95", payment_method: "credit card", discount_amount: "10.97" },
            { id: 47, customer_id: 13, prescription_id: 106, transaction_date: "2024-03-13", total_amount: "8.11", payment_method: "credit card", discount_amount: "11.16" },
            { id: 48, customer_id: 79, prescription_id: 70, transaction_date: "2024-08-26", total_amount: "64.92", payment_method: "credit card", discount_amount: "44.97" },
            { id: 49, customer_id: 79, prescription_id: 153, transaction_date: "2024-06-13", total_amount: "21.04", payment_method: "credit card", discount_amount: "33.57" },
            { id: 50, customer_id: 23, prescription_id: null, transaction_date: "2024-01-11", total_amount: "42.23", payment_method: "cash", discount_amount: "9.86" },
            { id: 51, customer_id: 70, prescription_id: 140, transaction_date: "2024-06-02", total_amount: "421.89", payment_method: "credit card", discount_amount: "12.77" },
            { id: 52, customer_id: 24, prescription_id: 184, transaction_date: "2024-11-14", total_amount: "373.66", payment_method: "credit card", discount_amount: "14.00" },
            { id: 53, customer_id: 63, prescription_id: null, transaction_date: "2023-01-13", total_amount: "128.26", payment_method: "credit card", discount_amount: "0.25" },
            { id: 54, customer_id: 48, prescription_id: 118, transaction_date: "2024-05-07", total_amount: "10.48", payment_method: "credit card", discount_amount: "0.27" },
            { id: 55, customer_id: 20, prescription_id: 147, transaction_date: "2023-12-04", total_amount: "12.94", payment_method: "credit card", discount_amount: "22.32" },
            { id: 56, customer_id: 84, prescription_id: 164, transaction_date: "2024-08-04", total_amount: "369.97", payment_method: "credit card", discount_amount: "10.41" },
            { id: 57, customer_id: 85, prescription_id: 3, transaction_date: "2024-04-15", total_amount: "104.22", payment_method: "credit card", discount_amount: "38.74" },
            { id: 58, customer_id: 30, prescription_id: 141, transaction_date: "2023-07-11", total_amount: "358.47", payment_method: "credit card", discount_amount: "8.47" },
            { id: 59, customer_id: 60, prescription_id: 147, transaction_date: "2023-01-20", total_amount: "484.24", payment_method: "credit card", discount_amount: "40.72" },
            { id: 60, customer_id: 99, prescription_id: 177, transaction_date: "2024-01-05", total_amount: "213.10", payment_method: "credit card", discount_amount: "47.20" },
            { id: 61, customer_id: 7, prescription_id: 179, transaction_date: "2023-03-23", total_amount: "50.84", payment_method: "credit card", discount_amount: "43.37" },
            { id: 62, customer_id: 68, prescription_id: 35, transaction_date: "2024-12-24", total_amount: "59.81", payment_method: "insurance", discount_amount: "0.03" },
            { id: 63, customer_id: 70, prescription_id: 37, transaction_date: "2024-12-20", total_amount: "15.15", payment_method: "insurance", discount_amount: "43.46" },
            { id: 64, customer_id: 66, prescription_id: 99, transaction_date: "2023-10-05", total_amount: "23.75", payment_method: "insurance", discount_amount: "3.00" },
            { id: 65, customer_id: 24, prescription_id: 71, transaction_date: "2024-01-03", total_amount: "10.65", payment_method: "credit card", discount_amount: "35.90" },
            { id: 66, customer_id: 37, prescription_id: 24, transaction_date: "2023-10-01", total_amount: "52.93", payment_method: "insurance", discount_amount: "40.14" },
            { id: 67, customer_id: 1, prescription_id: 198, transaction_date: "2023-07-29", total_amount: "8.73", payment_method: "credit card", discount_amount: "7.94" },
            { id: 68, customer_id: 39, prescription_id: 128, transaction_date: "2024-02-15", total_amount: "111.40", payment_method: "credit card", discount_amount: "27.54" },
            { id: 69, customer_id: 19, prescription_id: 192, transaction_date: "2023-06-09", total_amount: "13.42", payment_method: "credit card", discount_amount: "8.56" },
            { id: 70, customer_id: 40, prescription_id: 191, transaction_date: "2024-12-24", total_amount: "298.67", payment_method: "insurance", discount_amount: "36.84" },
            { id: 71, customer_id: 75, prescription_id: 108, transaction_date: "2023-11-13", total_amount: "407.21", payment_method: "cash", discount_amount: "0.29" },
            { id: 72, customer_id: 52, prescription_id: 192, transaction_date: "2024-10-01", total_amount: "102.62", payment_method: "cash", discount_amount: "12.24" },
            { id: 73, customer_id: 88, prescription_id: 141, transaction_date: "2023-12-31", total_amount: "444.93", payment_method: "cash", discount_amount: "18.33" },
            { id: 74, customer_id: 68, prescription_id: 50, transaction_date: "2023-12-26", total_amount: "341.37", payment_method: "insurance", discount_amount: "1.44" },
            { id: 75, customer_id: 72, prescription_id: 60, transaction_date: "2023-06-06", total_amount: "231.58", payment_method: "insurance", discount_amount: "18.79" },
            { id: 76, customer_id: 7, prescription_id: 84, transaction_date: "2023-05-01", total_amount: "81.38", payment_method: "insurance", discount_amount: "0.25" },
            { id: 77, customer_id: 45, prescription_id: 119, transaction_date: "2023-09-15", total_amount: "477.44", payment_method: "cash", discount_amount: "9.91" },
            { id: 78, customer_id: 6, prescription_id: 113, transaction_date: "2024-05-21", total_amount: "7.94", payment_method: "cash", discount_amount: "0.16" },
            { id: 79, customer_id: 92, prescription_id: 37, transaction_date: "2024-02-25", total_amount: "6.04", payment_method: "insurance", discount_amount: "1.23" },
            { id: 80, customer_id: 72, prescription_id: 13, transaction_date: "2024-07-04", total_amount: "387.05", payment_method: "credit card", discount_amount: "3.31" },
            { id: 81, customer_id: 51, prescription_id: 153, transaction_date: "2024-12-14", total_amount: "161.48", payment_method: "cash", discount_amount: "28.95" },
            { id: 82, customer_id: 61, prescription_id: 23, transaction_date: "2023-01-18", total_amount: "401.02", payment_method: "insurance", discount_amount: "10.47" },
            { id: 83, customer_id: 31, prescription_id: 62, transaction_date: "2024-09-12", total_amount: "9.70", payment_method: "credit card", discount_amount: "30.58" },
            { id: 84, customer_id: 44, prescription_id: 22, transaction_date: "2023-09-08", total_amount: "5.17", payment_method: "credit card", discount_amount: "15.97" },
            { id: 85, customer_id: 37, prescription_id: 190, transaction_date: "2023-02-28", total_amount: "8.48", payment_method: "credit card", discount_amount: "26.46" },
            { id: 86, customer_id: 60, prescription_id: 45, transaction_date: "2023-08-17", total_amount: "259.61", payment_method: "credit card", discount_amount: "1.61" },
            { id: 87, customer_id: 4, prescription_id: 158, transaction_date: "2024-03-28", total_amount: "469.01", payment_method: "cash", discount_amount: "2.31" },
            { id: 88, customer_id: 80, prescription_id: 12, transaction_date: "2023-05-28", total_amount: "5.01", payment_method: "credit card", discount_amount: "0.07" },
            { id: 89, customer_id: 36, prescription_id: null, transaction_date: "2023-05-04", total_amount: "171.47", payment_method: "credit card", discount_amount: "47.81" },
            { id: 90, customer_id: 71, prescription_id: 93, transaction_date: "2024-06-02", total_amount: "5.93", payment_method: "cash", discount_amount: "24.75" },
            { id: 91, customer_id: 81, prescription_id: 12, transaction_date: "2023-03-22", total_amount: "176.44", payment_method: "insurance", discount_amount: "33.85" },
            { id: 92, customer_id: 13, prescription_id: 156, transaction_date: "2023-07-28", total_amount: "73.33", payment_method: "insurance", discount_amount: "22.81" },
            { id: 93, customer_id: 4, prescription_id: 161, transaction_date: "2024-02-21", total_amount: "172.01", payment_method: "credit card", discount_amount: "4.35" },
            { id: 94, customer_id: 74, prescription_id: 107, transaction_date: "2023-10-29", total_amount: "148.00", payment_method: "credit card", discount_amount: "3.39" },
            { id: 95, customer_id: 7, prescription_id: 119, transaction_date: "2024-01-09", total_amount: "150.40", payment_method: "cash", discount_amount: "40.16" },
            { id: 96, customer_id: 92, prescription_id: 141, transaction_date: "2023-12-05", total_amount: "341.78", payment_method: "credit card", discount_amount: "1.88" },
            { id: 97, customer_id: 19, prescription_id: 70, transaction_date: "2024-07-14", total_amount: "267.02", payment_method: "cash", discount_amount: "10.09" },
            { id: 98, customer_id: 95, prescription_id: 31, transaction_date: "2023-01-03", total_amount: "336.61", payment_method: "cash", discount_amount: "31.02" },
            { id: 99, customer_id: 35, prescription_id: 195, transaction_date: "2024-07-17", total_amount: "173.18", payment_method: "cash", discount_amount: "27.89" },
            { id: 100, customer_id: 79, prescription_id: 173, transaction_date: "2024-01-13", total_amount: "214.48", payment_method: "cash", discount_amount: "34.08" },
            { id: 101, customer_id: 16, prescription_id: 75, transaction_date: "2023-02-19", total_amount: "5.00", payment_method: "cash", discount_amount: "38.36" },
            { id: 102, customer_id: 77, prescription_id: 142, transaction_date: "2023-10-16", total_amount: "95.86", payment_method: "cash", discount_amount: "12.08" },
            { id: 103, customer_id: 1, prescription_id: null, transaction_date: "2024-03-10", total_amount: "146.50", payment_method: "cash", discount_amount: "0.60" },
            { id: 104, customer_id: 59, prescription_id: 133, transaction_date: "2023-01-26", total_amount: "495.88", payment_method: "cash", discount_amount: "39.50" },
            { id: 105, customer_id: 9, prescription_id: 172, transaction_date: "2023-12-01", total_amount: "201.20", payment_method: "insurance", discount_amount: "5.54" },
            { id: 106, customer_id: 33, prescription_id: 21, transaction_date: "2024-05-10", total_amount: "199.75", payment_method: "cash", discount_amount: "1.00" },
            { id: 107, customer_id: 85, prescription_id: null, transaction_date: "2023-05-22", total_amount: "72.62", payment_method: "credit card", discount_amount: "1.11" },
            { id: 108, customer_id: 72, prescription_id: 121, transaction_date: "2024-03-22", total_amount: "70.62", payment_method: "cash", discount_amount: "0.49" },
            { id: 109, customer_id: 26, prescription_id: 62, transaction_date: "2024-03-04", total_amount: "95.63", payment_method: "credit card", discount_amount: "3.23" },
            { id: 110, customer_id: 77, prescription_id: 156, transaction_date: "2024-08-02", total_amount: "80.65", payment_method: "credit card", discount_amount: "32.65" },
            { id: 111, customer_id: 50, prescription_id: 108, transaction_date: "2023-08-14", total_amount: "474.47", payment_method: "insurance", discount_amount: "27.05" },
            { id: 112, customer_id: 94, prescription_id: 88, transaction_date: "2023-11-26", total_amount: "378.77", payment_method: "credit card", discount_amount: "2.77" },
            { id: 113, customer_id: 20, prescription_id: 10, transaction_date: "2024-12-29", total_amount: "410.83", payment_method: "cash", discount_amount: "1.51" },
            { id: 114, customer_id: 49, prescription_id: 154, transaction_date: "2024-06-24", total_amount: "327.66", payment_method: "cash", discount_amount: "19.91" },
            { id: 115, customer_id: 16, prescription_id: 116, transaction_date: "2023-02-15", total_amount: "7.33", payment_method: "credit card", discount_amount: "33.93" },
            { id: 116, customer_id: 39, prescription_id: 182, transaction_date: "2023-07-21", total_amount: "471.42", payment_method: "insurance", discount_amount: "37.73" },
            { id: 117, customer_id: 56, prescription_id: 154, transaction_date: "2024-01-27", total_amount: "10.51", payment_method: "insurance", discount_amount: "10.16" },
            { id: 118, customer_id: 47, prescription_id: 103, transaction_date: "2024-06-26", total_amount: "22.95", payment_method: "cash", discount_amount: "5.21" },
            { id: 119, customer_id: 26, prescription_id: 26, transaction_date: "2023-09-28", total_amount: "260.32", payment_method: "credit card", discount_amount: "45.84" },
            { id: 120, customer_id: 40, prescription_id: 88, transaction_date: "2024-08-25", total_amount: "5.30", payment_method: "insurance", discount_amount: "0.46" },
            { id: 121, customer_id: 62, prescription_id: 113, transaction_date: "2024-05-05", total_amount: "371.76", payment_method: "insurance", discount_amount: "5.91" },
            { id: 122, customer_id: 90, prescription_id: null, transaction_date: "2023-12-05", total_amount: "89.80", payment_method: "cash", discount_amount: "35.72" },
            { id: 123, customer_id: 66, prescription_id: 50, transaction_date: "2023-10-26", total_amount: "13.21", payment_method: "insurance", discount_amount: "3.26" },
            { id: 124, customer_id: 82, prescription_id: 129, transaction_date: "2023-03-20", total_amount: "74.86", payment_method: "cash", discount_amount: "34.35" },
            { id: 125, customer_id: 76, prescription_id: null, transaction_date: "2023-09-04", total_amount: "198.39", payment_method: "credit card", discount_amount: "2.31" },
            { id: 126, customer_id: 82, prescription_id: 61, transaction_date: "2023-09-17", total_amount: "13.44", payment_method: "credit card", discount_amount: "20.61" },
            { id: 127, customer_id: 76, prescription_id: 106, transaction_date: "2023-01-09", total_amount: "33.64", payment_method: "insurance", discount_amount: "45.14" },
            { id: 128, customer_id: 90, prescription_id: null, transaction_date: "2023-11-29", total_amount: "255.28", payment_method: "credit card", discount_amount: "30.68" },
            { id: 129, customer_id: 87, prescription_id: null, transaction_date: "2024-06-27", total_amount: "28.28", payment_method: "insurance", discount_amount: "3.46" },
            { id: 130, customer_id: 29, prescription_id: 69, transaction_date: "2023-09-17", total_amount: "55.88", payment_method: "credit card", discount_amount: "0.89" },
            { id: 131, customer_id: 26, prescription_id: 27, transaction_date: "2024-01-24", total_amount: "5.94", payment_method: "cash", discount_amount: "0.14" },
            { id: 132, customer_id: 90, prescription_id: 194, transaction_date: "2024-09-22", total_amount: "254.98", payment_method: "insurance", discount_amount: "37.57" },
            { id: 133, customer_id: 66, prescription_id: 155, transaction_date: "2024-05-09", total_amount: "98.58", payment_method: "cash", discount_amount: "17.90" },
            { id: 134, customer_id: 100, prescription_id: 14, transaction_date: "2023-01-05", total_amount: "129.47", payment_method: "cash", discount_amount: "18.35" },
            { id: 135, customer_id: 62, prescription_id: 72, transaction_date: "2023-11-09", total_amount: "192.87", payment_method: "cash", discount_amount: "22.54" },
            { id: 136, customer_id: 20, prescription_id: 139, transaction_date: "2024-10-04", total_amount: "9.70", payment_method: "cash", discount_amount: "28.97" },
            { id: 137, customer_id: 78, prescription_id: 132, transaction_date: "2024-09-11", total_amount: "293.93", payment_method: "credit card", discount_amount: "11.43" },
            { id: 138, customer_id: 52, prescription_id: 169, transaction_date: "2024-04-15", total_amount: "83.83", payment_method: "cash", discount_amount: "2.39" },
            { id: 139, customer_id: 47, prescription_id: 88, transaction_date: "2023-08-10", total_amount: "106.49", payment_method: "credit card", discount_amount: "3.57" },
            { id: 140, customer_id: 12, prescription_id: 54, transaction_date: "2024-06-16", total_amount: "213.45", payment_method: "credit card", discount_amount: "0.63" },
            { id: 141, customer_id: 69, prescription_id: 11, transaction_date: "2023-08-09", total_amount: "482.51", payment_method: "insurance", discount_amount: "41.28" },
            { id: 142, customer_id: 3, prescription_id: 154, transaction_date: "2023-01-31", total_amount: "43.51", payment_method: "cash", discount_amount: "0.81" },
            { id: 143, customer_id: 53, prescription_id: 78, transaction_date: "2024-08-24", total_amount: "251.99", payment_method: "credit card", discount_amount: "1.76" },
            { id: 144, customer_id: 52, prescription_id: 148, transaction_date: "2024-11-19", total_amount: "67.30", payment_method: "cash", discount_amount: "31.64" },
            { id: 145, customer_id: 29, prescription_id: 59, transaction_date: "2024-08-03", total_amount: "78.52", payment_method: "credit card", discount_amount: "22.07" },
            { id: 146, customer_id: 97, prescription_id: 42, transaction_date: "2023-05-17", total_amount: "339.80", payment_method: "credit card", discount_amount: "6.67" },
            { id: 147, customer_id: 80, prescription_id: 46, transaction_date: "2024-01-27", total_amount: "347.90", payment_method: "credit card", discount_amount: "4.59" },
            { id: 148, customer_id: 32, prescription_id: 195, transaction_date: "2023-01-16", total_amount: "16.39", payment_method: "credit card", discount_amount: "5.02" },
            { id: 149, customer_id: 53, prescription_id: 161, transaction_date: "2024-10-21", total_amount: "337.71", payment_method: "insurance", discount_amount: "7.56" },
            { id: 150, customer_id: 54, prescription_id: 21, transaction_date: "2024-07-30", total_amount: "77.20", payment_method: "insurance", discount_amount: "45.66" },
            { id: 151, customer_id: 69, prescription_id: 76, transaction_date: "2024-05-12", total_amount: "47.12", payment_method: "credit card", discount_amount: "8.86" },
            { id: 152, customer_id: 22, prescription_id: 10, transaction_date: "2023-05-27", total_amount: "157.50", payment_method: "insurance", discount_amount: "7.01" },
            { id: 153, customer_id: 30, prescription_id: null, transaction_date: "2023-02-17", total_amount: "114.03", payment_method: "credit card", discount_amount: "11.08" },
            { id: 154, customer_id: 12, prescription_id: 161, transaction_date: "2024-08-14", total_amount: "435.41", payment_method: "credit card", discount_amount: "4.12" },
            { id: 155, customer_id: 67, prescription_id: 140, transaction_date: "2024-12-30", total_amount: "393.54", payment_method: "credit card", discount_amount: "10.87" },
            { id: 156, customer_id: 96, prescription_id: 74, transaction_date: "2024-12-18", total_amount: "17.51", payment_method: "cash", discount_amount: "45.07" },
            { id: 157, customer_id: 44, prescription_id: 35, transaction_date: "2023-04-20", total_amount: "10.38", payment_method: "credit card", discount_amount: "41.94" },
            { id: 158, customer_id: 95, prescription_id: 147, transaction_date: "2023-05-28", total_amount: "14.69", payment_method: "credit card", discount_amount: "22.53" },
            { id: 159, customer_id: 19, prescription_id: 48, transaction_date: "2024-07-14", total_amount: "232.14", payment_method: "cash", discount_amount: "3.55" },
            { id: 160, customer_id: 53, prescription_id: 30, transaction_date: "2024-10-28", total_amount: "104.26", payment_method: "credit card", discount_amount: "22.30" },
            { id: 161, customer_id: 24, prescription_id: 110, transaction_date: "2024-03-09", total_amount: "58.41", payment_method: "insurance", discount_amount: "1.88" },
            { id: 162, customer_id: 76, prescription_id: 67, transaction_date: "2023-09-17", total_amount: "289.82", payment_method: "credit card", discount_amount: "5.98" },
            { id: 163, customer_id: 82, prescription_id: 30, transaction_date: "2023-06-22", total_amount: "118.26", payment_method: "credit card", discount_amount: "37.68" },
            { id: 164, customer_id: 50, prescription_id: 148, transaction_date: "2024-03-21", total_amount: "119.47", payment_method: "credit card", discount_amount: "19.82" },
            { id: 165, customer_id: 4, prescription_id: 45, transaction_date: "2023-05-02", total_amount: "390.04", payment_method: "credit card", discount_amount: "8.09" },
            { id: 166, customer_id: 99, prescription_id: 44, transaction_date: "2024-07-26", total_amount: "290.18", payment_method: "insurance", discount_amount: "13.84" },
            { id: 167, customer_id: 5, prescription_id: 98, transaction_date: "2023-11-10", total_amount: "332.64", payment_method: "cash", discount_amount: "31.00" },
            { id: 168, customer_id: 55, prescription_id: null, transaction_date: "2023-04-07", total_amount: "21.61", payment_method: "credit card", discount_amount: "1.95" },
            { id: 169, customer_id: 27, prescription_id: 90, transaction_date: "2023-02-06", total_amount: "47.16", payment_method: "credit card", discount_amount: "23.59" },
            { id: 170, customer_id: 20, prescription_id: 134, transaction_date: "2024-02-09", total_amount: "328.46", payment_method: "cash", discount_amount: "22.85" },
            { id: 171, customer_id: 22, prescription_id: 195, transaction_date: "2024-01-26", total_amount: "48.21", payment_method: "credit card", discount_amount: "0.01" },
            { id: 172, customer_id: 49, prescription_id: null, transaction_date: "2024-05-01", total_amount: "38.77", payment_method: "credit card", discount_amount: "0.00" },
            { id: 173, customer_id: 77, prescription_id: 91, transaction_date: "2023-04-13", total_amount: "32.91", payment_method: "insurance", discount_amount: "12.15" },
            { id: 174, customer_id: 71, prescription_id: 72, transaction_date: "2023-06-17", total_amount: "14.27", payment_method: "credit card", discount_amount: "11.54" },
            { id: 175, customer_id: 93, prescription_id: 51, transaction_date: "2024-11-12", total_amount: "95.33", payment_method: "insurance", discount_amount: "47.60" },
            { id: 176, customer_id: 67, prescription_id: 74, transaction_date: "2023-11-27", total_amount: "205.62", payment_method: "cash", discount_amount: "25.53" },
            { id: 177, customer_id: 51, prescription_id: 161, transaction_date: "2023-11-03", total_amount: "54.77", payment_method: "credit card", discount_amount: "11.42" },
            { id: 178, customer_id: 29, prescription_id: 133, transaction_date: "2023-02-24", total_amount: "150.71", payment_method: "credit card", discount_amount: "1.83" },
            { id: 179, customer_id: 1, prescription_id: 89, transaction_date: "2023-04-02", total_amount: "27.50", payment_method: "credit card", discount_amount: "45.51" },
            { id: 180, customer_id: 51, prescription_id: 148, transaction_date: "2023-12-13", total_amount: "50.84", payment_method: "insurance", discount_amount: "6.27" },
            { id: 181, customer_id: 51, prescription_id: 125, transaction_date: "2024-02-20", total_amount: "412.37", payment_method: "credit card", discount_amount: "1.37" },
            { id: 182, customer_id: 86, prescription_id: 118, transaction_date: "2023-08-18", total_amount: "26.31", payment_method: "credit card", discount_amount: "31.47" },
            { id: 183, customer_id: 12, prescription_id: 177, transaction_date: "2024-10-31", total_amount: "234.14", payment_method: "cash", discount_amount: "38.33" },
            { id: 184, customer_id: 49, prescription_id: 94, transaction_date: "2024-01-19", total_amount: "192.39", payment_method: "credit card", discount_amount: "37.43" },
            { id: 185, customer_id: 80, prescription_id: 98, transaction_date: "2024-05-28", total_amount: "268.03", payment_method: "cash", discount_amount: "0.04" },
            { id: 186, customer_id: 24, prescription_id: 61, transaction_date: "2024-02-16", total_amount: "283.04", payment_method: "cash", discount_amount: "2.58" },
            { id: 187, customer_id: 51, prescription_id: 62, transaction_date: "2023-02-23", total_amount: "128.60", payment_method: "credit card", discount_amount: "16.13" },
            { id: 188, customer_id: 49, prescription_id: 188, transaction_date: "2024-05-27", total_amount: "449.24", payment_method: "credit card", discount_amount: "2.41" },
            { id: 189, customer_id: 76, prescription_id: 36, transaction_date: "2023-05-09", total_amount: "185.73", payment_method: "cash", discount_amount: "5.31" },
            { id: 190, customer_id: 89, prescription_id: 98, transaction_date: "2023-07-24", total_amount: "452.72", payment_method: "credit card", discount_amount: "28.91" },
            { id: 191, customer_id: 58, prescription_id: 43, transaction_date: "2023-10-21", total_amount: "103.96", payment_method: "credit card", discount_amount: "22.77" },
            { id: 192, customer_id: 82, prescription_id: 87, transaction_date: "2024-02-19", total_amount: "65.87", payment_method: "cash", discount_amount: "7.81" },
            { id: 193, customer_id: 60, prescription_id: 145, transaction_date: "2024-04-23", total_amount: "220.84", payment_method: "insurance", discount_amount: "7.73" },
            { id: 194, customer_id: 42, prescription_id: null, transaction_date: "2024-10-01", total_amount: "404.35", payment_method: "cash", discount_amount: "6.57" },
            { id: 195, customer_id: 72, prescription_id: 94, transaction_date: "2023-12-10", total_amount: "10.80", payment_method: "insurance", discount_amount: "16.96" },
            { id: 196, customer_id: 91, prescription_id: 186, transaction_date: "2023-04-25", total_amount: "23.53", payment_method: "credit card", discount_amount: "19.98" },
            { id: 197, customer_id: 87, prescription_id: 89, transaction_date: "2023-06-11", total_amount: "254.82", payment_method: "credit card", discount_amount: "1.02" },
            { id: 198, customer_id: 46, prescription_id: 13, transaction_date: "2023-05-05", total_amount: "96.03", payment_method: "credit card", discount_amount: "8.96" },
            { id: 199, customer_id: 34, prescription_id: 62, transaction_date: "2024-03-25", total_amount: "11.47", payment_method: "cash", discount_amount: "21.61" },
            { id: 200, customer_id: 32, prescription_id: 181, transaction_date: "2024-03-12", total_amount: "39.78", payment_method: "insurance", discount_amount: "0.34" },
            { id: 201, customer_id: 60, prescription_id: null, transaction_date: "2023-05-20", total_amount: "297.87", payment_method: "credit card", discount_amount: "34.03" },
            { id: 202, customer_id: 18, prescription_id: 38, transaction_date: "2023-07-18", total_amount: "36.53", payment_method: "cash", discount_amount: "18.78" },
            { id: 203, customer_id: 86, prescription_id: null, transaction_date: "2024-06-01", total_amount: "262.11", payment_method: "credit card", discount_amount: "36.99" },
            { id: 204, customer_id: 32, prescription_id: 1, transaction_date: "2023-07-28", total_amount: "21.58", payment_method: "credit card", discount_amount: "0.24" },
            { id: 205, customer_id: 99, prescription_id: 18, transaction_date: "2024-07-06", total_amount: "181.00", payment_method: "credit card", discount_amount: "0.14" },
            { id: 206, customer_id: 97, prescription_id: 168, transaction_date: "2024-11-13", total_amount: "45.39", payment_method: "cash", discount_amount: "0.28" },
            { id: 207, customer_id: 78, prescription_id: 180, transaction_date: "2024-08-16", total_amount: "102.27", payment_method: "cash", discount_amount: "22.66" },
            { id: 208, customer_id: 6, prescription_id: 73, transaction_date: "2024-09-17", total_amount: "17.79", payment_method: "cash", discount_amount: "1.15" },
            { id: 209, customer_id: 79, prescription_id: 161, transaction_date: "2023-10-09", total_amount: "62.63", payment_method: "cash", discount_amount: "40.27" },
            { id: 210, customer_id: 44, prescription_id: 34, transaction_date: "2024-06-22", total_amount: "70.25", payment_method: "cash", discount_amount: "41.04" },
            { id: 211, customer_id: 67, prescription_id: 71, transaction_date: "2023-02-24", total_amount: "26.25", payment_method: "credit card", discount_amount: "31.76" },
            { id: 212, customer_id: 40, prescription_id: 116, transaction_date: "2024-05-24", total_amount: "210.90", payment_method: "credit card", discount_amount: "18.65" },
            { id: 213, customer_id: 20, prescription_id: 160, transaction_date: "2024-09-26", total_amount: "233.64", payment_method: "credit card", discount_amount: "8.81" },
            { id: 214, customer_id: 78, prescription_id: 118, transaction_date: "2024-12-24", total_amount: "96.32", payment_method: "credit card", discount_amount: "4.08" },
            { id: 215, customer_id: 6, prescription_id: 1, transaction_date: "2023-06-28", total_amount: "133.67", payment_method: "credit card", discount_amount: "30.81" },
            { id: 216, customer_id: 59, prescription_id: 192, transaction_date: "2023-01-10", total_amount: "269.03", payment_method: "credit card", discount_amount: "36.24" },
            { id: 217, customer_id: 27, prescription_id: 131, transaction_date: "2024-02-23", total_amount: "362.84", payment_method: "cash", discount_amount: "2.58" },
            { id: 218, customer_id: 22, prescription_id: 19, transaction_date: "2024-07-28", total_amount: "36.24", payment_method: "credit card", discount_amount: "0.10" },
            { id: 219, customer_id: 33, prescription_id: 37, transaction_date: "2024-01-07", total_amount: "119.83", payment_method: "credit card", discount_amount: "25.63" },
            { id: 220, customer_id: 32, prescription_id: 36, transaction_date: "2023-05-15", total_amount: "132.61", payment_method: "cash", discount_amount: "1.13" },
            { id: 221, customer_id: 46, prescription_id: 55, transaction_date: "2024-06-08", total_amount: "357.19", payment_method: "credit card", discount_amount: "23.32" },
            { id: 222, customer_id: 73, prescription_id: null, transaction_date: "2024-04-10", total_amount: "7.27", payment_method: "credit card", discount_amount: "11.95" },
            { id: 223, customer_id: 80, prescription_id: 25, transaction_date: "2024-05-12", total_amount: "12.79", payment_method: "credit card", discount_amount: "24.24" },
            { id: 224, customer_id: 72, prescription_id: 59, transaction_date: "2023-02-03", total_amount: "108.63", payment_method: "insurance", discount_amount: "18.43" },
            { id: 225, customer_id: 50, prescription_id: null, transaction_date: "2024-12-31", total_amount: "32.19", payment_method: "credit card", discount_amount: "0.03" },
            { id: 226, customer_id: 60, prescription_id: 69, transaction_date: "2024-04-04", total_amount: "7.25", payment_method: "credit card", discount_amount: "0.55" },
            { id: 227, customer_id: 42, prescription_id: 171, transaction_date: "2023-11-25", total_amount: "136.39", payment_method: "credit card", discount_amount: "3.35" },
            { id: 228, customer_id: 91, prescription_id: 106, transaction_date: "2023-05-03", total_amount: "185.41", payment_method: "cash", discount_amount: "1.76" },
            { id: 229, customer_id: 74, prescription_id: 85, transaction_date: "2023-02-04", total_amount: "11.14", payment_method: "credit card", discount_amount: "1.05" },
            { id: 230, customer_id: 80, prescription_id: 161, transaction_date: "2024-07-18", total_amount: "25.90", payment_method: "cash", discount_amount: "2.53" },
            { id: 231, customer_id: 7, prescription_id: 27, transaction_date: "2024-03-26", total_amount: "25.55", payment_method: "credit card", discount_amount: "0.31" },
            { id: 232, customer_id: 31, prescription_id: 80, transaction_date: "2024-03-16", total_amount: "295.98", payment_method: "insurance", discount_amount: "2.76" },
            { id: 233, customer_id: 85, prescription_id: 168, transaction_date: "2023-07-20", total_amount: "370.64", payment_method: "insurance", discount_amount: "0.95" },
            { id: 234, customer_id: 94, prescription_id: 7, transaction_date: "2024-07-23", total_amount: "82.32", payment_method: "credit card", discount_amount: "10.72" },
            { id: 235, customer_id: 40, prescription_id: 121, transaction_date: "2024-06-25", total_amount: "276.19", payment_method: "insurance", discount_amount: "22.59" },
            { id: 236, customer_id: 68, prescription_id: 75, transaction_date: "2024-06-18", total_amount: "276.24", payment_method: "insurance", discount_amount: "0.32" },
            { id: 237, customer_id: 25, prescription_id: 87, transaction_date: "2023-03-20", total_amount: "204.08", payment_method: "credit card", discount_amount: "6.92" },
            { id: 238, customer_id: 86, prescription_id: 108, transaction_date: "2024-03-13", total_amount: "397.21", payment_method: "cash", discount_amount: "1.85" },
            { id: 239, customer_id: 17, prescription_id: 95, transaction_date: "2023-08-19", total_amount: "25.17", payment_method: "credit card", discount_amount: "48.99" },
            { id: 240, customer_id: 44, prescription_id: 124, transaction_date: "2024-11-13", total_amount: "65.24", payment_method: "credit card", discount_amount: "2.32" },
            { id: 241, customer_id: 79, prescription_id: 36, transaction_date: "2024-05-25", total_amount: "305.36", payment_method: "cash", discount_amount: "3.99" },
            { id: 242, customer_id: 43, prescription_id: null, transaction_date: "2023-05-09", total_amount: "228.03", payment_method: "credit card", discount_amount: "44.32" },
            { id: 243, customer_id: 53, prescription_id: 198, transaction_date: "2023-04-14", total_amount: "180.31", payment_method: "credit card", discount_amount: "0.26" },
            { id: 244, customer_id: 44, prescription_id: 18, transaction_date: "2023-02-15", total_amount: "247.60", payment_method: "cash", discount_amount: "12.19" },
            { id: 245, customer_id: 76, prescription_id: 90, transaction_date: "2024-04-06", total_amount: "400.27", payment_method: "credit card", discount_amount: "5.51" },
            { id: 246, customer_id: 14, prescription_id: 55, transaction_date: "2023-12-19", total_amount: "195.39", payment_method: "credit card", discount_amount: "6.41" },
            { id: 247, customer_id: 47, prescription_id: 25, transaction_date: "2023-06-08", total_amount: "50.22", payment_method: "credit card", discount_amount: "8.95" },
            { id: 248, customer_id: 68, prescription_id: 43, transaction_date: "2024-08-14", total_amount: "450.26", payment_method: "credit card", discount_amount: "2.06" },
            { id: 249, customer_id: 32, prescription_id: 109, transaction_date: "2023-02-15", total_amount: "283.36", payment_method: "cash", discount_amount: "3.39" },
            { id: 250, customer_id: 60, prescription_id: 199, transaction_date: "2023-08-10", total_amount: "18.07", payment_method: "credit card", discount_amount: "24.69" },
            { id: 251, customer_id: 39, prescription_id: 151, transaction_date: "2024-11-12", total_amount: "391.33", payment_method: "credit card", discount_amount: "5.35" },
            { id: 252, customer_id: 18, prescription_id: 84, transaction_date: "2023-03-03", total_amount: "259.61", payment_method: "credit card", discount_amount: "4.92" },
            { id: 253, customer_id: 89, prescription_id: null, transaction_date: "2023-03-05", total_amount: "61.71", payment_method: "cash", discount_amount: "12.33" },
            { id: 254, customer_id: 22, prescription_id: 59, transaction_date: "2023-10-30", total_amount: "297.55", payment_method: "cash", discount_amount: "17.62" },
            { id: 255, customer_id: 29, prescription_id: 82, transaction_date: "2024-01-11", total_amount: "7.51", payment_method: "credit card", discount_amount: "7.76" },
            { id: 256, customer_id: 19, prescription_id: 162, transaction_date: "2024-08-10", total_amount: "471.67", payment_method: "insurance", discount_amount: "0.05" },
            { id: 257, customer_id: 93, prescription_id: 190, transaction_date: "2023-11-11", total_amount: "23.22", payment_method: "cash", discount_amount: "0.41" },
            { id: 258, customer_id: 47, prescription_id: 26, transaction_date: "2023-06-08", total_amount: "166.04", payment_method: "cash", discount_amount: "0.80" },
            { id: 259, customer_id: 24, prescription_id: 117, transaction_date: "2023-05-25", total_amount: "117.20", payment_method: "insurance", discount_amount: "32.51" },
            { id: 260, customer_id: 29, prescription_id: 31, transaction_date: "2024-10-24", total_amount: "21.63", payment_method: "credit card", discount_amount: "3.06" },
            { id: 261, customer_id: 85, prescription_id: 182, transaction_date: "2024-02-16", total_amount: "70.52", payment_method: "cash", discount_amount: "0.22" },
            { id: 262, customer_id: 94, prescription_id: 43, transaction_date: "2023-08-27", total_amount: "198.05", payment_method: "cash", discount_amount: "17.66" },
            { id: 263, customer_id: 88, prescription_id: 95, transaction_date: "2024-02-02", total_amount: "18.89", payment_method: "credit card", discount_amount: "8.26" },
            { id: 264, customer_id: 50, prescription_id: 101, transaction_date: "2024-07-17", total_amount: "48.18", payment_method: "credit card", discount_amount: "46.68" },
            { id: 265, customer_id: 26, prescription_id: 164, transaction_date: "2023-10-02", total_amount: "154.00", payment_method: "credit card", discount_amount: "14.31" },
            { id: 266, customer_id: 57, prescription_id: 158, transaction_date: "2023-10-04", total_amount: "408.62", payment_method: "cash", discount_amount: "15.53" },
            { id: 267, customer_id: 28, prescription_id: 11, transaction_date: "2024-07-15", total_amount: "211.20", payment_method: "cash", discount_amount: "0.37" },
            { id: 268, customer_id: 40, prescription_id: 30, transaction_date: "2024-08-06", total_amount: "30.70", payment_method: "credit card", discount_amount: "12.68" },
            { id: 269, customer_id: 19, prescription_id: 16, transaction_date: "2024-07-30", total_amount: "6.03", payment_method: "credit card", discount_amount: "15.31" },
            { id: 270, customer_id: 3, prescription_id: 4, transaction_date: "2024-07-23", total_amount: "93.88", payment_method: "credit card", discount_amount: "11.12" },
            { id: 271, customer_id: 43, prescription_id: 165, transaction_date: "2024-11-15", total_amount: "474.20", payment_method: "cash", discount_amount: "27.60" },
            { id: 272, customer_id: 73, prescription_id: 11, transaction_date: "2024-07-01", total_amount: "158.59", payment_method: "insurance", discount_amount: "0.23" },
            { id: 273, customer_id: 97, prescription_id: 55, transaction_date: "2023-01-31", total_amount: "6.06", payment_method: "credit card", discount_amount: "49.61" },
            { id: 274, customer_id: 39, prescription_id: 168, transaction_date: "2023-12-08", total_amount: "238.82", payment_method: "insurance", discount_amount: "8.84" },
            { id: 275, customer_id: 8, prescription_id: 133, transaction_date: "2023-05-12", total_amount: "162.83", payment_method: "cash", discount_amount: "42.20" },
            { id: 276, customer_id: 65, prescription_id: 28, transaction_date: "2023-09-10", total_amount: "152.58", payment_method: "cash", discount_amount: "26.57" },
            { id: 277, customer_id: 95, prescription_id: 136, transaction_date: "2024-07-26", total_amount: "39.47", payment_method: "cash", discount_amount: "12.14" },
            { id: 278, customer_id: 64, prescription_id: 62, transaction_date: "2023-04-28", total_amount: "14.94", payment_method: "insurance", discount_amount: "41.90" },
            { id: 279, customer_id: 47, prescription_id: 57, transaction_date: "2023-10-06", total_amount: "123.67", payment_method: "credit card", discount_amount: "0.93" },
            { id: 280, customer_id: 68, prescription_id: 11, transaction_date: "2024-09-20", total_amount: "134.80", payment_method: "insurance", discount_amount: "13.14" },
            { id: 281, customer_id: 69, prescription_id: 50, transaction_date: "2024-05-29", total_amount: "475.35", payment_method: "credit card", discount_amount: "24.41" },
            { id: 282, customer_id: 52, prescription_id: 61, transaction_date: "2024-09-25", total_amount: "8.16", payment_method: "cash", discount_amount: "4.13" },
            { id: 283, customer_id: 61, prescription_id: 159, transaction_date: "2024-07-23", total_amount: "451.99", payment_method: "credit card", discount_amount: "23.69" },
            { id: 284, customer_id: 12, prescription_id: 16, transaction_date: "2023-09-12", total_amount: "136.24", payment_method: "cash", discount_amount: "45.12" },
            { id: 285, customer_id: 37, prescription_id: null, transaction_date: "2023-06-18", total_amount: "60.33", payment_method: "credit card", discount_amount: "35.70" },
            { id: 286, customer_id: 15, prescription_id: null, transaction_date: "2023-06-24", total_amount: "8.40", payment_method: "credit card", discount_amount: "0.68" },
            { id: 287, customer_id: 93, prescription_id: 167, transaction_date: "2023-03-04", total_amount: "5.30", payment_method: "cash", discount_amount: "10.17" },
            { id: 288, customer_id: 83, prescription_id: 47, transaction_date: "2024-01-07", total_amount: "265.21", payment_method: "credit card", discount_amount: "26.05" },
            { id: 289, customer_id: 88, prescription_id: 50, transaction_date: "2023-02-18", total_amount: "13.32", payment_method: "cash", discount_amount: "4.10" },
            { id: 290, customer_id: 84, prescription_id: 138, transaction_date: "2024-12-14", total_amount: "480.01", payment_method: "cash", discount_amount: "24.52" },
            { id: 291, customer_id: 12, prescription_id: 101, transaction_date: "2024-04-03", total_amount: "179.03", payment_method: "credit card", discount_amount: "23.51" },
            { id: 292, customer_id: 21, prescription_id: null, transaction_date: "2024-01-09", total_amount: "453.21", payment_method: "credit card", discount_amount: "11.02" },
            { id: 293, customer_id: 89, prescription_id: 172, transaction_date: "2023-02-27", total_amount: "353.08", payment_method: "insurance", discount_amount: "27.47" },
            { id: 294, customer_id: 54, prescription_id: 134, transaction_date: "2024-11-06", total_amount: "17.97", payment_method: "credit card", discount_amount: "3.62" },
            { id: 295, customer_id: 40, prescription_id: 26, transaction_date: "2023-03-06", total_amount: "8.60", payment_method: "credit card", discount_amount: "36.41" },
            { id: 296, customer_id: 54, prescription_id: 41, transaction_date: "2023-12-30", total_amount: "117.07", payment_method: "insurance", discount_amount: "6.42" },
            { id: 297, customer_id: 53, prescription_id: 5, transaction_date: "2024-07-21", total_amount: "33.58", payment_method: "credit card", discount_amount: "20.52" },
            { id: 298, customer_id: 87, prescription_id: 185, transaction_date: "2023-12-13", total_amount: "205.69", payment_method: "credit card", discount_amount: "2.42" },
            { id: 299, customer_id: 5, prescription_id: 12, transaction_date: "2024-08-13", total_amount: "427.33", payment_method: "credit card", discount_amount: "47.14" },
            { id: 300, customer_id: 89, prescription_id: 47, transaction_date: "2024-12-02", total_amount: "5.51", payment_method: "insurance", discount_amount: "31.42" },
        ],
    });
    await prisma.insurance_claims.createMany({
        data: [
            { id: 1, transaction_id: 204, claim_date: "2024-07-04", status: "Pending", claim_amount: "426.83", resolution_time_days: 16 },
            { id: 2, transaction_id: 208, claim_date: "2023-02-15", status: "Pending", claim_amount: "12.77", resolution_time_days: 24 },
            { id: 3, transaction_id: 123, claim_date: "2023-05-05", status: "Pending", claim_amount: "347.48", resolution_time_days: 17 },
            { id: 4, transaction_id: 50, claim_date: "2024-11-11", status: "Pending", claim_amount: "119.32", resolution_time_days: 12 },
            { id: 5, transaction_id: 112, claim_date: "2024-09-09", status: "Pending", claim_amount: "433.33", resolution_time_days: 12 },
            { id: 6, transaction_id: 97, claim_date: "2023-01-25", status: "Approved", claim_amount: "41.59", resolution_time_days: 20 },
            { id: 7, transaction_id: 27, claim_date: "2024-04-17", status: "Approved", claim_amount: "161.59", resolution_time_days: 21 },
            { id: 8, transaction_id: 86, claim_date: "2024-06-10", status: "Pending", claim_amount: "269.50", resolution_time_days: 18 },
            { id: 9, transaction_id: 45, claim_date: "2024-06-24", status: "Approved", claim_amount: "54.02", resolution_time_days: 12 },
            { id: 10, transaction_id: 93, claim_date: "2023-03-18", status: "Approved", claim_amount: "202.05", resolution_time_days: 18 },
            { id: 11, transaction_id: 41, claim_date: "2024-09-13", status: "Approved", claim_amount: "174.03", resolution_time_days: 18 },
            { id: 12, transaction_id: 103, claim_date: "2024-12-06", status: "Pending", claim_amount: "339.82", resolution_time_days: 23 },
            { id: 13, transaction_id: 22, claim_date: "2023-02-28", status: "Pending", claim_amount: "91.89", resolution_time_days: 13 },
            { id: 14, transaction_id: 47, claim_date: "2023-06-28", status: "Pending", claim_amount: "465.92", resolution_time_days: 14 },
            { id: 15, transaction_id: 62, claim_date: "2024-09-06", status: "Approved", claim_amount: "5.15", resolution_time_days: 9 },
            { id: 16, transaction_id: 113, claim_date: "2023-04-16", status: "Denied", claim_amount: "362.51", resolution_time_days: 18 },
            { id: 17, transaction_id: 202, claim_date: "2024-05-27", status: "Pending", claim_amount: "14.04", resolution_time_days: 22 },
            { id: 18, transaction_id: 233, claim_date: "2024-08-24", status: "Approved", claim_amount: "130.05", resolution_time_days: 21 },
            { id: 19, transaction_id: 93, claim_date: "2024-01-09", status: "Approved", claim_amount: "448.08", resolution_time_days: 13 },
            { id: 20, transaction_id: 29, claim_date: "2024-05-25", status: "Pending", claim_amount: "41.12", resolution_time_days: 14 },
            { id: 21, transaction_id: 128, claim_date: "2024-11-13", status: "Approved", claim_amount: "304.04", resolution_time_days: 17 },
            { id: 22, transaction_id: 47, claim_date: "2024-08-19", status: "Approved", claim_amount: "186.67", resolution_time_days: 19 },
            { id: 23, transaction_id: 246, claim_date: "2024-01-09", status: "Pending", claim_amount: "333.92", resolution_time_days: 17 },
            { id: 24, transaction_id: 49, claim_date: "2023-08-04", status: "Approved", claim_amount: "176.60", resolution_time_days: 21 },
            { id: 25, transaction_id: 96, claim_date: "2024-03-01", status: "Pending", claim_amount: "347.70", resolution_time_days: 20 },
            { id: 26, transaction_id: 253, claim_date: "2023-12-18", status: "Pending", claim_amount: "457.04", resolution_time_days: 23 },
            { id: 27, transaction_id: 159, claim_date: "2024-04-01", status: "Denied", claim_amount: "347.42", resolution_time_days: 21 },
            { id: 28, transaction_id: 218, claim_date: "2023-08-24", status: "Pending", claim_amount: "5.61", resolution_time_days: 15 },
            { id: 29, transaction_id: 258, claim_date: "2023-12-26", status: "Pending", claim_amount: "33.51", resolution_time_days: 15 },
            { id: 30, transaction_id: 131, claim_date: "2023-06-28", status: "Approved", claim_amount: "146.90", resolution_time_days: 10 },
            { id: 31, transaction_id: 63, claim_date: "2023-01-02", status: "Pending", claim_amount: "78.28", resolution_time_days: 15 },
            { id: 32, transaction_id: 224, claim_date: "2024-09-30", status: "Pending", claim_amount: "142.39", resolution_time_days: 10 },
            { id: 33, transaction_id: 272, claim_date: "2023-10-07", status: "Pending", claim_amount: "478.50", resolution_time_days: 18 },
            { id: 34, transaction_id: 283, claim_date: "2024-10-25", status: "Pending", claim_amount: "12.18", resolution_time_days: 14 },
            { id: 35, transaction_id: 100, claim_date: "2023-07-14", status: "Pending", claim_amount: "407.58", resolution_time_days: 15 },
            { id: 36, transaction_id: 125, claim_date: "2024-05-19", status: "Denied", claim_amount: "446.47", resolution_time_days: 15 },
            { id: 37, transaction_id: 161, claim_date: "2024-08-21", status: "Pending", claim_amount: "10.05", resolution_time_days: 19 },
            { id: 38, transaction_id: 242, claim_date: "2024-10-26", status: "Pending", claim_amount: "93.32", resolution_time_days: 13 },
            { id: 39, transaction_id: 11, claim_date: "2023-02-03", status: "Denied", claim_amount: "16.52", resolution_time_days: 17 },
            { id: 40, transaction_id: 253, claim_date: "2023-06-26", status: "Pending", claim_amount: "100.88", resolution_time_days: 17 },
            { id: 41, transaction_id: 33, claim_date: "2024-08-04", status: "Approved", claim_amount: "12.65", resolution_time_days: 13 },
            { id: 42, transaction_id: 212, claim_date: "2024-05-15", status: "Denied", claim_amount: "255.37", resolution_time_days: 20 },
            { id: 43, transaction_id: 111, claim_date: "2024-08-28", status: "Approved", claim_amount: "135.95", resolution_time_days: 14 },
            { id: 44, transaction_id: 222, claim_date: "2024-05-29", status: "Approved", claim_amount: "340.74", resolution_time_days: 7 },
            { id: 45, transaction_id: 55, claim_date: "2024-04-18", status: "Approved", claim_amount: "200.59", resolution_time_days: 20 },
            { id: 46, transaction_id: 24, claim_date: "2023-06-23", status: "Approved", claim_amount: "231.51", resolution_time_days: 12 },
            { id: 47, transaction_id: 166, claim_date: "2023-03-27", status: "Approved", claim_amount: "343.48", resolution_time_days: 16 },
            { id: 48, transaction_id: 95, claim_date: "2024-04-12", status: "Pending", claim_amount: "179.18", resolution_time_days: 17 },
            { id: 49, transaction_id: 20, claim_date: "2024-07-07", status: "Pending", claim_amount: "191.53", resolution_time_days: 20 },
            { id: 50, transaction_id: 39, claim_date: "2024-10-06", status: "Pending", claim_amount: "342.84", resolution_time_days: 16 },
            { id: 51, transaction_id: 12, claim_date: "2024-12-13", status: "Approved", claim_amount: "50.10", resolution_time_days: 15 },
            { id: 52, transaction_id: 206, claim_date: "2023-10-16", status: "Denied", claim_amount: "391.67", resolution_time_days: 15 },
            { id: 53, transaction_id: 223, claim_date: "2024-09-11", status: "Pending", claim_amount: "46.26", resolution_time_days: 27 },
            { id: 54, transaction_id: 189, claim_date: "2023-02-21", status: "Pending", claim_amount: "233.43", resolution_time_days: 17 },
            { id: 55, transaction_id: 143, claim_date: "2023-04-20", status: "Pending", claim_amount: "274.32", resolution_time_days: 9 },
            { id: 56, transaction_id: 286, claim_date: "2023-10-05", status: "Approved", claim_amount: "113.68", resolution_time_days: 18 },
            { id: 57, transaction_id: 127, claim_date: "2023-05-20", status: "Approved", claim_amount: "284.40", resolution_time_days: 17 },
            { id: 58, transaction_id: 202, claim_date: "2023-03-28", status: "Pending", claim_amount: "154.53", resolution_time_days: 19 },
            { id: 59, transaction_id: 279, claim_date: "2023-04-07", status: "Approved", claim_amount: "157.61", resolution_time_days: 21 },
            { id: 60, transaction_id: 147, claim_date: "2024-06-26", status: "Denied", claim_amount: "33.32", resolution_time_days: 14 },
            { id: 61, transaction_id: 220, claim_date: "2024-08-29", status: "Pending", claim_amount: "145.52", resolution_time_days: 16 },
            { id: 62, transaction_id: 276, claim_date: "2024-12-06", status: "Approved", claim_amount: "236.01", resolution_time_days: 18 },
            { id: 63, transaction_id: 186, claim_date: "2023-11-11", status: "Denied", claim_amount: "314.30", resolution_time_days: 18 },
            { id: 64, transaction_id: 290, claim_date: "2024-10-12", status: "Pending", claim_amount: "32.62", resolution_time_days: 11 },
            { id: 65, transaction_id: 238, claim_date: "2023-10-05", status: "Pending", claim_amount: "101.57", resolution_time_days: 15 },
            { id: 66, transaction_id: 161, claim_date: "2023-07-07", status: "Pending", claim_amount: "55.75", resolution_time_days: 15 },
            { id: 67, transaction_id: 58, claim_date: "2023-06-20", status: "Pending", claim_amount: "463.65", resolution_time_days: 14 },
            { id: 68, transaction_id: 16, claim_date: "2023-04-02", status: "Approved", claim_amount: "182.78", resolution_time_days: 15 },
            { id: 69, transaction_id: 5, claim_date: "2024-01-23", status: "Pending", claim_amount: "26.62", resolution_time_days: 18 },
            { id: 70, transaction_id: 186, claim_date: "2024-01-22", status: "Pending", claim_amount: "255.17", resolution_time_days: 12 },
            { id: 71, transaction_id: 211, claim_date: "2023-03-29", status: "Pending", claim_amount: "5.96", resolution_time_days: 10 },
            { id: 72, transaction_id: 254, claim_date: "2023-09-20", status: "Pending", claim_amount: "14.83", resolution_time_days: 15 },
            { id: 73, transaction_id: 248, claim_date: "2024-02-27", status: "Denied", claim_amount: "10.20", resolution_time_days: 11 },
            { id: 74, transaction_id: 293, claim_date: "2024-05-08", status: "Pending", claim_amount: "491.15", resolution_time_days: 11 },
            { id: 75, transaction_id: 267, claim_date: "2023-05-06", status: "Pending", claim_amount: "81.04", resolution_time_days: 7 },
            { id: 76, transaction_id: 234, claim_date: "2024-01-11", status: "Approved", claim_amount: "355.84", resolution_time_days: 21 },
            { id: 77, transaction_id: 296, claim_date: "2023-04-05", status: "Approved", claim_amount: "477.15", resolution_time_days: 19 },
            { id: 78, transaction_id: 101, claim_date: "2024-09-30", status: "Pending", claim_amount: "96.30", resolution_time_days: 15 },
            { id: 79, transaction_id: 20, claim_date: "2023-06-11", status: "Pending", claim_amount: "192.18", resolution_time_days: 12 },
            { id: 80, transaction_id: 126, claim_date: "2024-03-29", status: "Pending", claim_amount: "15.21", resolution_time_days: 11 },
            { id: 81, transaction_id: 203, claim_date: "2024-04-10", status: "Denied", claim_amount: "71.54", resolution_time_days: 23 },
            { id: 82, transaction_id: 241, claim_date: "2023-04-07", status: "Pending", claim_amount: "203.24", resolution_time_days: 20 },
            { id: 83, transaction_id: 28, claim_date: "2024-02-07", status: "Approved", claim_amount: "354.51", resolution_time_days: 14 },
            { id: 84, transaction_id: 163, claim_date: "2023-02-19", status: "Denied", claim_amount: "438.70", resolution_time_days: 15 },
            { id: 85, transaction_id: 211, claim_date: "2024-02-09", status: "Pending", claim_amount: "276.31", resolution_time_days: 14 },
            { id: 86, transaction_id: 173, claim_date: "2023-09-17", status: "Pending", claim_amount: "470.00", resolution_time_days: 16 },
            { id: 87, transaction_id: 282, claim_date: "2024-01-12", status: "Pending", claim_amount: "136.59", resolution_time_days: 15 },
            { id: 88, transaction_id: 37, claim_date: "2024-10-01", status: "Denied", claim_amount: "68.36", resolution_time_days: 21 },
            { id: 89, transaction_id: 61, claim_date: "2023-03-08", status: "Pending", claim_amount: "14.12", resolution_time_days: 21 },
            { id: 90, transaction_id: 27, claim_date: "2024-07-25", status: "Approved", claim_amount: "456.20", resolution_time_days: 15 },
            { id: 91, transaction_id: 112, claim_date: "2024-03-30", status: "Approved", claim_amount: "54.07", resolution_time_days: 11 },
            { id: 92, transaction_id: 165, claim_date: "2023-10-01", status: "Pending", claim_amount: "228.88", resolution_time_days: 18 },
            { id: 93, transaction_id: 33, claim_date: "2023-10-17", status: "Pending", claim_amount: "224.03", resolution_time_days: 19 },
            { id: 94, transaction_id: 124, claim_date: "2023-02-01", status: "Pending", claim_amount: "14.04", resolution_time_days: 19 },
            { id: 95, transaction_id: 87, claim_date: "2024-02-23", status: "Pending", claim_amount: "169.48", resolution_time_days: 12 },
            { id: 96, transaction_id: 50, claim_date: "2024-03-24", status: "Approved", claim_amount: "31.02", resolution_time_days: 8 },
            { id: 97, transaction_id: 99, claim_date: "2023-03-01", status: "Pending", claim_amount: "42.92", resolution_time_days: 7 },
            { id: 98, transaction_id: 117, claim_date: "2023-11-18", status: "Denied", claim_amount: "99.14", resolution_time_days: 13 },
            { id: 99, transaction_id: 164, claim_date: "2023-05-27", status: "Denied", claim_amount: "11.12", resolution_time_days: 20 },
            { id: 100, transaction_id: 228, claim_date: "2023-01-29", status: "Approved", claim_amount: "208.70", resolution_time_days: 18 },
            { id: 101, transaction_id: 112, claim_date: "2023-12-19", status: "Denied", claim_amount: "92.54", resolution_time_days: 15 },
            { id: 102, transaction_id: 230, claim_date: "2023-07-23", status: "Approved", claim_amount: "27.70", resolution_time_days: 17 },
            { id: 103, transaction_id: 227, claim_date: "2023-07-25", status: "Pending", claim_amount: "215.34", resolution_time_days: 11 },
            { id: 104, transaction_id: 284, claim_date: "2023-12-31", status: "Pending", claim_amount: "348.49", resolution_time_days: 19 },
            { id: 105, transaction_id: 177, claim_date: "2023-07-08", status: "Approved", claim_amount: "57.32", resolution_time_days: 11 },
            { id: 106, transaction_id: 143, claim_date: "2023-07-16", status: "Approved", claim_amount: "190.07", resolution_time_days: 11 },
            { id: 107, transaction_id: 19, claim_date: "2023-04-02", status: "Approved", claim_amount: "71.58", resolution_time_days: 14 },
            { id: 108, transaction_id: 253, claim_date: "2024-04-18", status: "Pending", claim_amount: "100.52", resolution_time_days: 18 },
            { id: 109, transaction_id: 270, claim_date: "2023-08-24", status: "Approved", claim_amount: "44.82", resolution_time_days: 19 },
            { id: 110, transaction_id: 153, claim_date: "2023-07-21", status: "Pending", claim_amount: "310.82", resolution_time_days: 13 },
            { id: 111, transaction_id: 22, claim_date: "2024-11-09", status: "Approved", claim_amount: "5.54", resolution_time_days: 15 },
            { id: 112, transaction_id: 44, claim_date: "2024-07-13", status: "Denied", claim_amount: "125.29", resolution_time_days: 21 },
            { id: 113, transaction_id: 271, claim_date: "2024-08-10", status: "Approved", claim_amount: "332.16", resolution_time_days: 19 },
            { id: 114, transaction_id: 156, claim_date: "2023-06-26", status: "Denied", claim_amount: "384.92", resolution_time_days: 23 },
            { id: 115, transaction_id: 34, claim_date: "2024-12-14", status: "Pending", claim_amount: "166.88", resolution_time_days: 17 },
            { id: 116, transaction_id: 85, claim_date: "2023-07-16", status: "Pending", claim_amount: "253.42", resolution_time_days: 16 },
            { id: 117, transaction_id: 88, claim_date: "2023-02-04", status: "Approved", claim_amount: "261.93", resolution_time_days: 11 },
            { id: 118, transaction_id: 177, claim_date: "2024-10-03", status: "Approved", claim_amount: "256.24", resolution_time_days: 18 },
            { id: 119, transaction_id: 68, claim_date: "2023-12-28", status: "Approved", claim_amount: "22.27", resolution_time_days: 18 },
            { id: 120, transaction_id: 30, claim_date: "2024-08-29", status: "Pending", claim_amount: "12.88", resolution_time_days: 19 },
            { id: 121, transaction_id: 178, claim_date: "2024-01-08", status: "Approved", claim_amount: "293.96", resolution_time_days: 20 },
            { id: 122, transaction_id: 15, claim_date: "2023-03-27", status: "Pending", claim_amount: "9.81", resolution_time_days: 12 },
            { id: 123, transaction_id: 144, claim_date: "2024-06-01", status: "Pending", claim_amount: "112.78", resolution_time_days: 19 },
            { id: 124, transaction_id: 176, claim_date: "2024-03-31", status: "Pending", claim_amount: "175.53", resolution_time_days: 13 },
            { id: 125, transaction_id: 225, claim_date: "2024-12-03", status: "Pending", claim_amount: "68.03", resolution_time_days: 17 },
            { id: 126, transaction_id: 13, claim_date: "2023-12-11", status: "Pending", claim_amount: "52.79", resolution_time_days: 14 },
            { id: 127, transaction_id: 1, claim_date: "2023-04-27", status: "Pending", claim_amount: "499.02", resolution_time_days: 11 },
            { id: 128, transaction_id: 269, claim_date: "2023-09-19", status: "Approved", claim_amount: "32.09", resolution_time_days: 13 },
            { id: 129, transaction_id: 6, claim_date: "2023-02-13", status: "Approved", claim_amount: "23.45", resolution_time_days: 24 },
            { id: 130, transaction_id: 43, claim_date: "2024-01-14", status: "Denied", claim_amount: "62.54", resolution_time_days: 11 },
            { id: 131, transaction_id: 283, claim_date: "2023-04-23", status: "Approved", claim_amount: "51.06", resolution_time_days: 17 },
            { id: 132, transaction_id: 254, claim_date: "2024-09-21", status: "Pending", claim_amount: "5.29", resolution_time_days: 12 },
            { id: 133, transaction_id: 92, claim_date: "2023-03-26", status: "Approved", claim_amount: "101.15", resolution_time_days: 22 },
            { id: 134, transaction_id: 73, claim_date: "2023-09-04", status: "Pending", claim_amount: "5.25", resolution_time_days: 19 },
            { id: 135, transaction_id: 121, claim_date: "2023-12-26", status: "Pending", claim_amount: "98.56", resolution_time_days: 19 },
            { id: 136, transaction_id: 269, claim_date: "2023-11-16", status: "Pending", claim_amount: "53.75", resolution_time_days: 22 },
            { id: 137, transaction_id: 256, claim_date: "2023-02-15", status: "Pending", claim_amount: "53.05", resolution_time_days: 12 },
            { id: 138, transaction_id: 45, claim_date: "2023-03-18", status: "Pending", claim_amount: "31.25", resolution_time_days: 16 },
            { id: 139, transaction_id: 254, claim_date: "2023-04-06", status: "Pending", claim_amount: "357.34", resolution_time_days: 19 },
            { id: 140, transaction_id: 104, claim_date: "2024-03-10", status: "Approved", claim_amount: "67.03", resolution_time_days: 15 },
            { id: 141, transaction_id: 122, claim_date: "2023-10-08", status: "Approved", claim_amount: "6.06", resolution_time_days: 17 },
            { id: 142, transaction_id: 114, claim_date: "2024-10-02", status: "Pending", claim_amount: "337.69", resolution_time_days: 11 },
            { id: 143, transaction_id: 249, claim_date: "2024-09-21", status: "Approved", claim_amount: "87.95", resolution_time_days: 9 },
            { id: 144, transaction_id: 178, claim_date: "2023-09-29", status: "Pending", claim_amount: "80.50", resolution_time_days: 17 },
            { id: 145, transaction_id: 33, claim_date: "2024-04-03", status: "Pending", claim_amount: "455.02", resolution_time_days: 5 },
            { id: 146, transaction_id: 281, claim_date: "2023-03-24", status: "Pending", claim_amount: "19.74", resolution_time_days: 11 },
            { id: 147, transaction_id: 173, claim_date: "2023-08-24", status: "Approved", claim_amount: "361.39", resolution_time_days: 15 },
            { id: 148, transaction_id: 282, claim_date: "2024-04-22", status: "Approved", claim_amount: "361.71", resolution_time_days: 11 },
            { id: 149, transaction_id: 160, claim_date: "2024-04-04", status: "Pending", claim_amount: "25.92", resolution_time_days: 14 },
            { id: 150, transaction_id: 13, claim_date: "2023-10-22", status: "Pending", claim_amount: "24.49", resolution_time_days: 11 },
        ],
    });
}

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