// Logistics Optimization Dataset (logistics-optimization-dataset) 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: [
            { customer_id: 1, full_name: "Tomas Moreau", email: "tomas.moreau@example.org", phone: null, join_date: "2022-02-01" },
            { customer_id: 2, full_name: "James Flores", email: "james.flores@example.com", phone: "+1-905-555-0149", join_date: "2021-03-03" },
            { customer_id: 3, full_name: "Selin Patel", email: "selin.patel@example.com", phone: "+1-305-555-0197", join_date: "2023-12-30" },
            { customer_id: 4, full_name: "Carlos Almeida", email: "carlos.almeida@example.net", phone: "+1-214-555-0182", join_date: "2022-11-02" },
            { customer_id: 5, full_name: "Hugo Ruiz", email: null, phone: "+1-702-555-0136", join_date: "2022-08-18" },
            { customer_id: 6, full_name: "Elena Costa", email: "elena.costa@example.com", phone: "+1-213-555-0194", join_date: "2022-06-28" },
            { customer_id: 7, full_name: "Pedro Kim", email: "pedro.kim@example.com", phone: "+1-305-555-0109", join_date: "2022-02-20" },
            { customer_id: 8, full_name: "Ben Ibrahim", email: null, phone: "+1-312-555-0159", join_date: "2023-09-26" },
            { customer_id: 9, full_name: "Lina Tanaka", email: "lina.tanaka@example.org", phone: null, join_date: "2020-12-29" },
            { customer_id: 10, full_name: "Amir Diaz", email: "amir.diaz@example.net", phone: "+1-416-555-0114", join_date: "2023-12-13" },
            { customer_id: 11, full_name: "Nadia Johnson", email: "nadia.johnson@example.net", phone: "+1-617-555-0151", join_date: "2021-03-17" },
            { customer_id: 12, full_name: "Alice Hassan", email: "alice.hassan@example.net", phone: "+1-404-555-0145", join_date: "2023-11-01" },
            { customer_id: 13, full_name: "Felix Ahmed", email: null, phone: null, join_date: "2022-09-06" },
            { customer_id: 14, full_name: "Kai Gomez", email: "kai.gomez@example.net", phone: null, join_date: "2021-03-02" },
            { customer_id: 15, full_name: "Kai Jensen", email: "kai.jensen@example.net", phone: "+1-305-555-0115", join_date: "2021-12-22" },
            { customer_id: 16, full_name: "Jack Ruiz", email: "jack.ruiz@example.org", phone: "+1-305-555-0181", join_date: "2021-04-09" },
            { customer_id: 17, full_name: "Nadia Walker", email: "nadia.walker@example.org", phone: "+1-469-555-0131", join_date: "2020-11-13" },
            { customer_id: 18, full_name: "Lucas Wright", email: "lucas.wright@example.org", phone: "+1-469-555-0130", join_date: "2023-09-19" },
            { customer_id: 19, full_name: "Olivia Hoffmann", email: "olivia.hoffmann@example.net", phone: "+1-303-555-0173", join_date: "2021-12-16" },
            { customer_id: 20, full_name: "Carla Wilson", email: "carla.wilson@example.net", phone: null, join_date: "2023-03-19" },
            { customer_id: 21, full_name: "Wei Almeida", email: "wei.almeida@example.net", phone: "+1-416-555-0121", join_date: "2021-08-10" },
            { customer_id: 22, full_name: "Ivan Hansen", email: "ivan.hansen@example.net", phone: null, join_date: "2023-11-09" },
            { customer_id: 23, full_name: "Anna Gupta", email: "anna.gupta@example.org", phone: "+1-917-555-0112", join_date: "2022-07-22" },
            { customer_id: 24, full_name: "Omar Nakamura", email: "omar.nakamura@example.org", phone: "+1-801-555-0188", join_date: "2021-08-26" },
            { customer_id: 25, full_name: "Tomas Reyes", email: null, phone: "+1-801-555-0166", join_date: "2021-11-26" },
            { customer_id: 26, full_name: "Marco Adams", email: "marco.adams@example.org", phone: "+1-415-555-0193", join_date: "2021-05-11" },
            { customer_id: 27, full_name: "Lena Taylor", email: null, phone: "+1-305-555-0174", join_date: "2023-10-04" },
            { customer_id: 28, full_name: "Liam Ruiz", email: "liam.ruiz@example.org", phone: "+1-202-555-0100", join_date: "2023-03-18" },
            { customer_id: 29, full_name: "Nina Dubois", email: null, phone: "+1-416-555-0106", join_date: "2023-03-27" },
            { customer_id: 30, full_name: "Deniz Hughes", email: "deniz.hughes@example.com", phone: "+1-801-555-0195", join_date: "2021-05-21" },
            { customer_id: 31, full_name: "Jade Demir", email: "jade.demir@example.net", phone: "+1-303-555-0198", join_date: "2021-05-11" },
            { customer_id: 32, full_name: "Mia Johnson", email: "mia.johnson@example.com", phone: "+1-404-555-0101", join_date: "2023-11-21" },
            { customer_id: 33, full_name: "Sam Diaz", email: "sam.diaz@example.org", phone: "+1-416-555-0144", join_date: "2021-07-17" },
            { customer_id: 34, full_name: "Carlos Costa", email: "carlos.costa@example.net", phone: "+1-212-555-0108", join_date: "2023-02-17" },
            { customer_id: 35, full_name: "Sam Gupta", email: "sam.gupta@example.net", phone: "+1-702-555-0100", join_date: "2023-06-19" },
            { customer_id: 36, full_name: "Sofia Torres", email: "sofia.torres@example.net", phone: "+1-778-555-0166", join_date: "2022-10-13" },
            { customer_id: 37, full_name: "Grace Davis", email: "grace.davis@example.com", phone: "+1-972-555-0132", join_date: "2022-08-28" },
            { customer_id: 38, full_name: "Felix Yilmaz", email: "felix.yilmaz@example.net", phone: "+1-416-555-0133", join_date: "2022-08-02" },
            { customer_id: 39, full_name: "Yara Cruz", email: "yara.cruz@example.org", phone: "+1-801-555-0116", join_date: "2023-03-09" },
            { customer_id: 40, full_name: "Ana Weber", email: "ana.weber@example.org", phone: "+1-612-555-0166", join_date: "2022-03-30" },
            { customer_id: 41, full_name: "Elena Torres", email: null, phone: "+1-469-555-0128", join_date: "2021-08-16" },
            { customer_id: 42, full_name: "Ben Schmidt", email: "ben.schmidt@example.org", phone: "+1-801-555-0139", join_date: "2023-09-12" },
            { customer_id: 43, full_name: "Rosa Carter", email: "rosa.carter@example.com", phone: "+1-612-555-0171", join_date: "2023-11-28" },
            { customer_id: 44, full_name: "Oscar Park", email: "oscar.park@example.com", phone: "+1-801-555-0161", join_date: "2020-01-03" },
            { customer_id: 45, full_name: "Alice Ruiz", email: "alice.ruiz@example.org", phone: "+1-305-555-0131", join_date: "2021-02-10" },
            { customer_id: 46, full_name: "Omar Kumar", email: "omar.kumar@example.com", phone: "+1-801-555-0130", join_date: "2023-06-28" },
            { customer_id: 47, full_name: "Mila Ibrahim", email: null, phone: "+1-202-555-0112", join_date: "2022-11-03" },
            { customer_id: 48, full_name: "Victor Cruz", email: "victor.cruz@example.com", phone: "+1-778-555-0173", join_date: "2023-04-14" },
            { customer_id: 49, full_name: "Felix Brown", email: "felix.brown@example.org", phone: "+1-503-555-0141", join_date: "2023-02-19" },
            { customer_id: 50, full_name: "Hugo Park", email: null, phone: "+1-702-555-0136", join_date: "2020-09-17" },
            { customer_id: 51, full_name: "Mateo Sousa", email: "mateo.sousa@example.com", phone: "+1-202-555-0131", join_date: "2022-10-09" },
            { customer_id: 52, full_name: "Karim Walker", email: "karim.walker@example.org", phone: "+1-617-555-0138", join_date: "2023-10-30" },
            { customer_id: 53, full_name: "Mei Larsen", email: "mei.larsen@example.com", phone: "+1-212-555-0178", join_date: "2023-11-14" },
            { customer_id: 54, full_name: "Nina Hansen", email: "nina.hansen@example.net", phone: "+1-312-555-0199", join_date: "2022-07-16" },
            { customer_id: 55, full_name: "Nadia Kumar", email: "nadia.kumar@example.org", phone: null, join_date: "2022-02-01" },
            { customer_id: 56, full_name: "Kai Bennett", email: "kai.bennett@example.com", phone: null, join_date: "2023-01-01" },
            { customer_id: 57, full_name: "Mei Kumar", email: null, phone: "+1-612-555-0167", join_date: "2023-11-24" },
            { customer_id: 58, full_name: "Ana Wang", email: "ana.wang@example.net", phone: "+1-905-555-0171", join_date: "2021-02-16" },
            { customer_id: 59, full_name: "Olivia Schmidt", email: "olivia.schmidt@example.net", phone: "+1-312-555-0135", join_date: "2023-10-16" },
            { customer_id: 60, full_name: "Lina Ibrahim", email: "lina.ibrahim@example.org", phone: "+1-214-555-0106", join_date: "2023-08-31" },
            { customer_id: 61, full_name: "Deniz Shah", email: "deniz.shah@example.net", phone: "+1-604-555-0156", join_date: "2022-04-19" },
            { customer_id: 62, full_name: "Jonas Wilson", email: "jonas.wilson@example.org", phone: "+1-702-555-0107", join_date: "2023-04-09" },
            { customer_id: 63, full_name: "Oscar Flores", email: "oscar.flores@example.org", phone: "+1-202-555-0178", join_date: "2023-11-25" },
            { customer_id: 64, full_name: "Carla Chen", email: "carla.chen@example.net", phone: "+1-972-555-0110", join_date: "2023-12-26" },
            { customer_id: 65, full_name: "Chen Kim", email: "chen.kim@example.net", phone: "+1-905-555-0147", join_date: "2021-08-11" },
            { customer_id: 66, full_name: "Liam Cruz", email: "liam.cruz@example.com", phone: "+1-312-555-0122", join_date: "2022-03-03" },
            { customer_id: 67, full_name: "Ruby Costa", email: "ruby.costa@example.org", phone: "+1-612-555-0176", join_date: "2022-11-05" },
            { customer_id: 68, full_name: "Yusuf Nguyen", email: "yusuf.nguyen@example.org", phone: "+1-617-555-0137", join_date: "2022-05-30" },
            { customer_id: 69, full_name: "Hana Gomez", email: "hana.gomez@example.net", phone: "+1-305-555-0134", join_date: "2021-06-05" },
            { customer_id: 70, full_name: "Ibrahim Carter", email: "ibrahim.carter@example.org", phone: "+1-469-555-0194", join_date: "2023-09-06" },
            { customer_id: 71, full_name: "Hannah Wagner", email: "hannah.wagner@example.com", phone: "+1-702-555-0179", join_date: "2021-12-18" },
            { customer_id: 72, full_name: "Kai Larsen", email: "kai.larsen@example.net", phone: "+1-312-555-0170", join_date: "2022-07-07" },
            { customer_id: 73, full_name: "Daniel Park", email: "daniel.park@example.com", phone: "+1-212-555-0117", join_date: "2022-03-28" },
            { customer_id: 74, full_name: "Hugo Hoffmann", email: null, phone: null, join_date: "2020-03-20" },
            { customer_id: 75, full_name: "Lina Meyer", email: "lina.meyer@example.net", phone: "+1-778-555-0135", join_date: "2022-11-03" },
            { customer_id: 76, full_name: "Grace Schneider", email: "grace.schneider@example.net", phone: "+1-972-555-0104", join_date: "2023-09-10" },
            { customer_id: 77, full_name: "Uma Costa", email: "uma.costa@example.net", phone: "+1-202-555-0179", join_date: "2023-06-03" },
            { customer_id: 78, full_name: "Paula Hoffmann", email: "paula.hoffmann@example.org", phone: "+1-202-555-0147", join_date: "2023-03-04" },
            { customer_id: 79, full_name: "Maja Larsen", email: null, phone: "+1-404-555-0175", join_date: "2020-08-23" },
            { customer_id: 80, full_name: "Carlos Diaz", email: "carlos.diaz@example.org", phone: "+1-415-555-0158", join_date: "2022-04-30" },
            { customer_id: 81, full_name: "Hannah Castro", email: "hannah.castro@example.com", phone: "+1-905-555-0151", join_date: "2021-04-07" },
            { customer_id: 82, full_name: "Lena Kowalski", email: "lena.kowalski@example.org", phone: "+1-213-555-0172", join_date: "2022-08-04" },
            { customer_id: 83, full_name: "Yusuf Becker", email: "yusuf.becker@example.com", phone: "+1-202-555-0159", join_date: "2021-11-29" },
            { customer_id: 84, full_name: "Mateo Bennett", email: "mateo.bennett@example.org", phone: "+1-917-555-0176", join_date: "2021-12-24" },
            { customer_id: 85, full_name: "James Schmidt", email: "james.schmidt@example.org", phone: "+1-905-555-0130", join_date: "2022-05-09" },
            { customer_id: 86, full_name: "Jack Klein", email: "jack.klein@example.com", phone: null, join_date: "2023-06-02" },
            { customer_id: 87, full_name: "Karim Miller", email: "karim.miller@example.net", phone: "+1-917-555-0110", join_date: "2022-01-27" },
            { customer_id: 88, full_name: "Chen Diaz", email: null, phone: "+1-702-555-0199", join_date: "2021-09-06" },
            { customer_id: 89, full_name: "Maja Castro", email: "maja.castro@example.net", phone: "+1-214-555-0127", join_date: "2022-10-20" },
            { customer_id: 90, full_name: "Rafael Hoffmann", email: "rafael.hoffmann@example.net", phone: "+1-778-555-0160", join_date: "2022-12-20" },
            { customer_id: 91, full_name: "Sofia Gupta", email: null, phone: "+1-503-555-0153", join_date: "2023-06-28" },
            { customer_id: 92, full_name: "Sam Wright", email: "sam.wright@example.com", phone: null, join_date: "2022-12-14" },
            { customer_id: 93, full_name: "Rosa Taylor", email: "rosa.taylor@example.org", phone: "+1-415-555-0182", join_date: "2021-08-17" },
            { customer_id: 94, full_name: "Leo Hughes", email: "leo.hughes@example.com", phone: "+1-312-555-0104", join_date: "2022-10-07" },
            { customer_id: 95, full_name: "Marco Johnson", email: "marco.johnson@example.org", phone: "+1-702-555-0128", join_date: "2023-11-24" },
            { customer_id: 96, full_name: "Alice Costa", email: null, phone: "+1-512-555-0168", join_date: "2023-07-31" },
            { customer_id: 97, full_name: "Hannah Yilmaz", email: "hannah.yilmaz@example.net", phone: "+1-303-555-0110", join_date: "2023-05-18" },
            { customer_id: 98, full_name: "Theo Almeida", email: "theo.almeida@example.org", phone: "+1-778-555-0182", join_date: "2022-01-05" },
            { customer_id: 99, full_name: "Elena Hassan", email: "elena.hassan@example.net", phone: "+1-415-555-0168", join_date: "2020-07-19" },
            { customer_id: 100, full_name: "Pedro Sato", email: "pedro.sato@example.com", phone: "+1-905-555-0150", join_date: "2023-05-28" },
            { customer_id: 101, full_name: "Wei Torres", email: "wei.torres@example.org", phone: "+1-713-555-0183", join_date: "2020-06-09" },
            { customer_id: 102, full_name: "Lucas Lee", email: null, phone: "+1-503-555-0178", join_date: "2023-03-25" },
            { customer_id: 103, full_name: "Ibrahim Taylor", email: "ibrahim.taylor@example.com", phone: null, join_date: "2022-03-01" },
            { customer_id: 104, full_name: "Lina Moreau", email: "lina.moreau@example.com", phone: "+1-214-555-0111", join_date: "2023-10-16" },
            { customer_id: 105, full_name: "Olivia Tanaka", email: "olivia.tanaka@example.net", phone: "+1-617-555-0151", join_date: "2022-08-07" },
            { customer_id: 106, full_name: "Ivan Martin", email: "ivan.martin@example.net", phone: null, join_date: "2021-09-01" },
            { customer_id: 107, full_name: "Zoe Garcia", email: "zoe.garcia@example.com", phone: "+1-404-555-0185", join_date: "2021-08-23" },
            { customer_id: 108, full_name: "Sara Kim", email: "sara.kim@example.com", phone: null, join_date: "2022-08-28" },
            { customer_id: 109, full_name: "Sofia Martin", email: "sofia.martin@example.net", phone: "+1-778-555-0109", join_date: "2022-04-01" },
            { customer_id: 110, full_name: "Alice Mendes", email: "alice.mendes@example.com", phone: "+1-202-555-0150", join_date: "2020-12-27" },
            { customer_id: 111, full_name: "Ben Jensen", email: "ben.jensen@example.com", phone: "+1-404-555-0195", join_date: "2021-10-13" },
            { customer_id: 112, full_name: "Laura Gomez", email: "laura.gomez@example.org", phone: "+1-617-555-0100", join_date: "2022-03-16" },
            { customer_id: 113, full_name: "Mohamed Smith", email: "mohamed.smith@example.com", phone: "+1-213-555-0187", join_date: "2023-09-27" },
            { customer_id: 114, full_name: "Yusuf Ibrahim", email: "yusuf.ibrahim@example.com", phone: null, join_date: "2022-08-20" },
            { customer_id: 115, full_name: "Deniz Oliveira", email: "deniz.oliveira@example.org", phone: "+1-512-555-0175", join_date: "2021-01-30" },
            { customer_id: 116, full_name: "Diego Wagner", email: "diego.wagner@example.org", phone: "+1-415-555-0118", join_date: "2023-09-12" },
            { customer_id: 117, full_name: "Jonas Sato", email: "jonas.sato@example.com", phone: "+1-303-555-0124", join_date: "2022-06-04" },
            { customer_id: 118, full_name: "Selin Diaz", email: null, phone: "+1-213-555-0141", join_date: "2022-01-14" },
            { customer_id: 119, full_name: "Lena Young", email: "lena.young@example.net", phone: "+1-212-555-0183", join_date: "2022-07-11" },
            { customer_id: 120, full_name: "Victor Meyer", email: "victor.meyer@example.com", phone: "+1-617-555-0196", join_date: "2022-09-07" },
            { customer_id: 121, full_name: "James Lopez", email: "james.lopez@example.org", phone: "+1-917-555-0167", join_date: "2022-05-17" },
            { customer_id: 122, full_name: "Ines Novak", email: "ines.novak@example.net", phone: "+1-415-555-0126", join_date: "2022-02-18" },
            { customer_id: 123, full_name: "Emma Tanaka", email: "emma.tanaka@example.net", phone: "+1-503-555-0129", join_date: "2021-03-15" },
            { customer_id: 124, full_name: "Laura Patel", email: "laura.patel@example.com", phone: "+1-202-555-0105", join_date: "2021-07-16" },
            { customer_id: 125, full_name: "Rosa Moreau", email: "rosa.moreau@example.net", phone: "+1-778-555-0168", join_date: "2021-12-06" },
            { customer_id: 126, full_name: "Elena Zhang", email: "elena.zhang@example.com", phone: "+1-404-555-0176", join_date: "2023-10-15" },
            { customer_id: 127, full_name: "Zara Oliveira", email: "zara.oliveira@example.org", phone: "+1-604-555-0147", join_date: "2022-03-01" },
            { customer_id: 128, full_name: "Sam Rossi", email: null, phone: "+1-202-555-0128", join_date: "2020-07-20" },
            { customer_id: 129, full_name: "Sara Gupta", email: "sara.gupta@example.net", phone: "+1-212-555-0155", join_date: "2022-01-05" },
            { customer_id: 130, full_name: "Diego Park", email: "diego.park@example.org", phone: "+1-801-555-0132", join_date: "2022-09-17" },
            { customer_id: 131, full_name: "Sofia Lopez", email: "sofia.lopez@example.com", phone: "+1-214-555-0156", join_date: "2022-08-12" },
            { customer_id: 132, full_name: "Chloe Novak", email: "chloe.novak@example.org", phone: "+1-972-555-0193", join_date: "2021-09-02" },
            { customer_id: 133, full_name: "Tariq Costa", email: "tariq.costa@example.net", phone: "+1-312-555-0183", join_date: "2023-10-14" },
            { customer_id: 134, full_name: "Lena Gupta", email: "lena.gupta@example.com", phone: "+1-469-555-0113", join_date: "2022-08-20" },
            { customer_id: 135, full_name: "Rosa Park", email: "rosa.park@example.net", phone: "+1-778-555-0174", join_date: "2021-07-21" },
            { customer_id: 136, full_name: "Anna Davis", email: "anna.davis@example.com", phone: null, join_date: "2021-12-11" },
            { customer_id: 137, full_name: "Rafael Kumar", email: "rafael.kumar@example.org", phone: null, join_date: "2023-10-30" },
            { customer_id: 138, full_name: "Sam Torres", email: null, phone: "+1-312-555-0111", join_date: "2022-12-03" },
            { customer_id: 139, full_name: "Daniel Baker", email: "daniel.baker@example.net", phone: "+1-202-555-0142", join_date: "2022-02-04" },
            { customer_id: 140, full_name: "Ethan Tanaka", email: "ethan.tanaka@example.com", phone: "+1-202-555-0162", join_date: "2022-04-19" },
            { customer_id: 141, full_name: "Theo Chen", email: "theo.chen@example.org", phone: "+1-612-555-0145", join_date: "2022-04-20" },
            { customer_id: 142, full_name: "Alice Sato", email: "alice.sato@example.com", phone: "+1-214-555-0157", join_date: "2022-01-17" },
            { customer_id: 143, full_name: "Mila Wilson", email: "mila.wilson@example.net", phone: null, join_date: "2023-10-17" },
            { customer_id: 144, full_name: "Maria Rossi", email: "maria.rossi@example.com", phone: "+1-503-555-0127", join_date: "2020-11-23" },
            { customer_id: 145, full_name: "Mei Singh", email: null, phone: null, join_date: "2022-01-15" },
            { customer_id: 146, full_name: "Lina Garcia", email: "lina.garcia@example.com", phone: "+1-303-555-0136", join_date: "2020-01-08" },
            { customer_id: 147, full_name: "Jonas Hansen", email: "jonas.hansen@example.net", phone: "+1-503-555-0165", join_date: "2022-02-23" },
            { customer_id: 148, full_name: "Nina Silva", email: "nina.silva@example.net", phone: "+1-303-555-0128", join_date: "2020-07-18" },
            { customer_id: 149, full_name: "Maja Lopez", email: "maja.lopez@example.net", phone: "+1-857-555-0123", join_date: "2022-07-01" },
            { customer_id: 150, full_name: "Rafael Wright", email: "rafael.wright@example.org", phone: "+1-312-555-0198", join_date: "2020-08-26" },
            { customer_id: 151, full_name: "Chloe Torres", email: "chloe.torres@example.com", phone: null, join_date: "2022-09-15" },
            { customer_id: 152, full_name: "Isaac Lopez", email: "isaac.lopez@example.org", phone: "+1-917-555-0161", join_date: "2023-07-07" },
            { customer_id: 153, full_name: "Deniz Shah", email: "deniz.shah@example.net", phone: "+1-801-555-0187", join_date: "2022-02-01" },
            { customer_id: 154, full_name: "Hana Diaz", email: "hana.diaz@example.net", phone: "+1-617-555-0150", join_date: "2022-07-31" },
            { customer_id: 155, full_name: "Ana Taylor", email: "ana.taylor@example.org", phone: "+1-312-555-0159", join_date: "2021-01-05" },
            { customer_id: 156, full_name: "Isaac Dubois", email: "isaac.dubois@example.com", phone: "+1-212-555-0129", join_date: "2021-03-22" },
            { customer_id: 157, full_name: "Laura Schneider", email: "laura.schneider@example.com", phone: "+1-857-555-0152", join_date: "2021-07-19" },
            { customer_id: 158, full_name: "Marco Jansen", email: "marco.jansen@example.org", phone: "+1-305-555-0164", join_date: "2020-03-24" },
            { customer_id: 159, full_name: "Uma Reyes", email: "uma.reyes@example.org", phone: "+1-617-555-0179", join_date: "2022-12-29" },
            { customer_id: 160, full_name: "Sam Bauer", email: "sam.bauer@example.com", phone: "+1-604-555-0114", join_date: "2022-01-31" },
            { customer_id: 161, full_name: "Jonas Schmidt", email: "jonas.schmidt@example.net", phone: "+1-917-555-0151", join_date: "2021-07-13" },
            { customer_id: 162, full_name: "Laura Torres", email: null, phone: null, join_date: "2021-04-03" },
            { customer_id: 163, full_name: "Emma Hansen", email: "emma.hansen@example.org", phone: "+1-801-555-0189", join_date: "2022-07-26" },
            { customer_id: 164, full_name: "Mila Kaya", email: "mila.kaya@example.org", phone: null, join_date: "2020-02-14" },
            { customer_id: 165, full_name: "Laura Johnson", email: "laura.johnson@example.net", phone: "+1-972-555-0156", join_date: "2023-07-16" },
            { customer_id: 166, full_name: "Carlos Ruiz", email: "carlos.ruiz@example.org", phone: "+1-213-555-0157", join_date: "2022-07-17" },
            { customer_id: 167, full_name: "Kai Ali", email: "kai.ali@example.org", phone: "+1-917-555-0152", join_date: "2022-08-20" },
            { customer_id: 168, full_name: "Maya Andersen", email: "maya.andersen@example.net", phone: "+1-778-555-0174", join_date: "2020-11-25" },
            { customer_id: 169, full_name: "Hana Kim", email: "hana.kim@example.org", phone: "+1-617-555-0146", join_date: "2023-03-26" },
            { customer_id: 170, full_name: "Noah Gupta", email: null, phone: "+1-905-555-0137", join_date: "2022-08-20" },
            { customer_id: 171, full_name: "Tomas Flores", email: "tomas.flores@example.com", phone: "+1-972-555-0181", join_date: "2022-07-23" },
            { customer_id: 172, full_name: "Anna Hansen", email: "anna.hansen@example.net", phone: "+1-212-555-0108", join_date: "2023-12-13" },
            { customer_id: 173, full_name: "Lucas Wilson", email: "lucas.wilson@example.org", phone: "+1-305-555-0110", join_date: "2023-01-30" },
            { customer_id: 174, full_name: "Andre Chen", email: "andre.chen@example.net", phone: "+1-512-555-0115", join_date: "2021-09-03" },
            { customer_id: 175, full_name: "Nour Hoffmann", email: "nour.hoffmann@example.com", phone: null, join_date: "2022-03-23" },
            { customer_id: 176, full_name: "Elif Lopez", email: "elif.lopez@example.org", phone: "+1-213-555-0128", join_date: "2023-09-29" },
            { customer_id: 177, full_name: "Ethan Zhang", email: "ethan.zhang@example.com", phone: "+1-702-555-0130", join_date: "2023-08-14" },
            { customer_id: 178, full_name: "Karim Young", email: "karim.young@example.org", phone: "+1-801-555-0156", join_date: "2022-02-20" },
            { customer_id: 179, full_name: "Victor Taylor", email: "victor.taylor@example.net", phone: "+1-713-555-0113", join_date: "2023-05-09" },
            { customer_id: 180, full_name: "Nour Sato", email: "nour.sato@example.org", phone: "+1-415-555-0163", join_date: "2022-03-06" },
            { customer_id: 181, full_name: "Victor Ahmed", email: "victor.ahmed@example.net", phone: null, join_date: "2023-09-20" },
            { customer_id: 182, full_name: "Lena Kaya", email: "lena.kaya@example.net", phone: "+1-917-555-0175", join_date: "2020-04-20" },
            { customer_id: 183, full_name: "Julia Ruiz", email: "julia.ruiz@example.net", phone: null, join_date: "2020-10-01" },
            { customer_id: 184, full_name: "Carlos Baker", email: "carlos.baker@example.com", phone: "+1-404-555-0175", join_date: "2023-08-27" },
            { customer_id: 185, full_name: "Zara Garcia", email: "zara.garcia@example.net", phone: "+1-972-555-0166", join_date: "2022-09-05" },
            { customer_id: 186, full_name: "Liam Torres", email: "liam.torres@example.net", phone: "+1-415-555-0161", join_date: "2022-06-06" },
            { customer_id: 187, full_name: "Sara Carter", email: null, phone: "+1-972-555-0109", join_date: "2023-07-14" },
            { customer_id: 188, full_name: "Yusuf Reyes", email: "yusuf.reyes@example.com", phone: "+1-801-555-0169", join_date: "2020-03-15" },
            { customer_id: 189, full_name: "Elif Kowalski", email: "elif.kowalski@example.com", phone: "+1-857-555-0123", join_date: "2023-01-16" },
            { customer_id: 190, full_name: "Rafael Hoffmann", email: null, phone: null, join_date: "2022-10-28" },
            { customer_id: 191, full_name: "Pedro Hansen", email: "pedro.hansen@example.com", phone: "+1-857-555-0106", join_date: "2020-04-12" },
            { customer_id: 192, full_name: "Nour Sato", email: "nour.sato@example.com", phone: "+1-212-555-0191", join_date: "2022-12-24" },
            { customer_id: 193, full_name: "Nadia Flores", email: "nadia.flores@example.net", phone: "+1-702-555-0165", join_date: "2023-05-08" },
            { customer_id: 194, full_name: "Marco Singh", email: "marco.singh@example.org", phone: "+1-778-555-0197", join_date: "2023-02-23" },
            { customer_id: 195, full_name: "Ines Gupta", email: "ines.gupta@example.com", phone: "+1-905-555-0132", join_date: "2022-07-31" },
            { customer_id: 196, full_name: "Pedro Garcia", email: "pedro.garcia@example.org", phone: "+1-857-555-0114", join_date: "2021-06-29" },
            { customer_id: 197, full_name: "Kai Patel", email: "kai.patel@example.org", phone: "+1-312-555-0110", join_date: "2023-12-03" },
            { customer_id: 198, full_name: "Sara Johnson", email: "sara.johnson@example.org", phone: "+1-972-555-0159", join_date: "2020-03-06" },
            { customer_id: 199, full_name: "Olivia Rossi", email: "olivia.rossi@example.org", phone: "+1-778-555-0145", join_date: "2022-10-21" },
            { customer_id: 200, full_name: "Sofia Moreau", email: "sofia.moreau@example.net", phone: "+1-404-555-0188", join_date: "2022-10-20" },
            { customer_id: 201, full_name: "Jack Lopez", email: "jack.lopez@example.net", phone: "+1-917-555-0172", join_date: "2023-04-25" },
            { customer_id: 202, full_name: "Victor Wang", email: null, phone: "+1-857-555-0197", join_date: "2023-05-11" },
            { customer_id: 203, full_name: "Daniel Clark", email: "daniel.clark@example.net", phone: "+1-305-555-0172", join_date: "2023-11-16" },
            { customer_id: 204, full_name: "Karim Davis", email: "karim.davis@example.net", phone: "+1-612-555-0140", join_date: "2022-07-18" },
            { customer_id: 205, full_name: "Sofia Hoffmann", email: "sofia.hoffmann@example.org", phone: "+1-214-555-0105", join_date: "2020-12-03" },
            { customer_id: 206, full_name: "Elena Kim", email: "elena.kim@example.net", phone: "+1-469-555-0144", join_date: "2022-01-06" },
            { customer_id: 207, full_name: "Marco Klein", email: "marco.klein@example.com", phone: "+1-972-555-0154", join_date: "2020-05-28" },
            { customer_id: 208, full_name: "Marco Ali", email: null, phone: "+1-202-555-0120", join_date: "2023-06-22" },
            { customer_id: 209, full_name: "Mila Ahmed", email: "mila.ahmed@example.net", phone: "+1-469-555-0165", join_date: "2023-02-04" },
            { customer_id: 210, full_name: "David Andersen", email: null, phone: "+1-416-555-0145", join_date: "2021-05-14" },
            { customer_id: 211, full_name: "Carla Kumar", email: null, phone: "+1-917-555-0168", join_date: "2022-06-10" },
            { customer_id: 212, full_name: "Chen Wagner", email: "chen.wagner@example.com", phone: "+1-713-555-0114", join_date: "2022-06-01" },
            { customer_id: 213, full_name: "Selin Park", email: null, phone: null, join_date: "2022-02-12" },
            { customer_id: 214, full_name: "Elena Andersen", email: "elena.andersen@example.org", phone: "+1-778-555-0117", join_date: "2021-01-19" },
            { customer_id: 215, full_name: "Daniel Martin", email: "daniel.martin@example.net", phone: "+1-416-555-0173", join_date: "2021-07-24" },
            { customer_id: 216, full_name: "Elena Dubois", email: "elena.dubois@example.com", phone: "+1-617-555-0140", join_date: "2022-07-16" },
            { customer_id: 217, full_name: "Grace Hoffmann", email: "grace.hoffmann@example.com", phone: "+1-213-555-0120", join_date: "2021-10-12" },
            { customer_id: 218, full_name: "Paula Tanaka", email: "paula.tanaka@example.com", phone: "+1-213-555-0118", join_date: "2023-01-21" },
            { customer_id: 219, full_name: "Olivia Gomez", email: "olivia.gomez@example.net", phone: "+1-917-555-0150", join_date: "2023-09-09" },
            { customer_id: 220, full_name: "Tomas Kumar", email: "tomas.kumar@example.net", phone: "+1-857-555-0172", join_date: "2021-10-31" },
            { customer_id: 221, full_name: "Leo Bauer", email: "leo.bauer@example.net", phone: null, join_date: "2020-08-02" },
            { customer_id: 222, full_name: "Omar Bauer", email: "omar.bauer@example.com", phone: null, join_date: "2020-04-09" },
            { customer_id: 223, full_name: "Maria Zhang", email: null, phone: "+1-469-555-0178", join_date: "2023-01-09" },
            { customer_id: 224, full_name: "Mateo Silva", email: "mateo.silva@example.net", phone: null, join_date: "2023-04-28" },
            { customer_id: 225, full_name: "Sam Almeida", email: "sam.almeida@example.net", phone: null, join_date: "2023-09-26" },
            { customer_id: 226, full_name: "Ruby Kaya", email: null, phone: "+1-312-555-0125", join_date: "2022-05-04" },
            { customer_id: 227, full_name: "Jonas Gomez", email: "jonas.gomez@example.org", phone: "+1-917-555-0117", join_date: "2023-04-13" },
            { customer_id: 228, full_name: "Amir Miller", email: "amir.miller@example.org", phone: "+1-202-555-0119", join_date: "2022-01-20" },
            { customer_id: 229, full_name: "Isaac Hoffmann", email: "isaac.hoffmann@example.org", phone: "+1-213-555-0179", join_date: "2023-05-08" },
            { customer_id: 230, full_name: "Selin Hoffmann", email: "selin.hoffmann@example.com", phone: "+1-512-555-0143", join_date: "2023-06-28" },
            { customer_id: 231, full_name: "Daniel Chen", email: null, phone: "+1-972-555-0167", join_date: "2022-01-31" },
            { customer_id: 232, full_name: "Priya Bennett", email: "priya.bennett@example.net", phone: "+1-415-555-0109", join_date: "2023-09-28" },
            { customer_id: 233, full_name: "Sofia Novak", email: "sofia.novak@example.net", phone: "+1-416-555-0194", join_date: "2021-08-29" },
            { customer_id: 234, full_name: "Grace Wilson", email: "grace.wilson@example.com", phone: "+1-415-555-0118", join_date: "2023-01-19" },
            { customer_id: 235, full_name: "Karim Miller", email: "karim.miller@example.com", phone: "+1-917-555-0132", join_date: "2022-02-04" },
            { customer_id: 236, full_name: "Theo Baker", email: "theo.baker@example.org", phone: "+1-917-555-0143", join_date: "2022-09-04" },
            { customer_id: 237, full_name: "Carla Khan", email: "carla.khan@example.net", phone: null, join_date: "2022-11-14" },
            { customer_id: 238, full_name: "Nadia Ahmed", email: "nadia.ahmed@example.com", phone: "+1-905-555-0120", join_date: "2023-01-16" },
            { customer_id: 239, full_name: "Alice Flores", email: "alice.flores@example.net", phone: "+1-312-555-0185", join_date: "2020-04-29" },
            { customer_id: 240, full_name: "Laura Walker", email: "laura.walker@example.com", phone: "+1-512-555-0180", join_date: "2020-01-17" },
            { customer_id: 241, full_name: "Arjun Ahmed", email: "arjun.ahmed@example.org", phone: "+1-469-555-0100", join_date: "2023-06-03" },
            { customer_id: 242, full_name: "Jade Khan", email: null, phone: "+1-212-555-0183", join_date: "2023-03-27" },
            { customer_id: 243, full_name: "Yusuf Sato", email: "yusuf.sato@example.net", phone: "+1-778-555-0147", join_date: "2023-06-08" },
            { customer_id: 244, full_name: "Jack Bauer", email: "jack.bauer@example.org", phone: "+1-303-555-0108", join_date: "2021-07-28" },
            { customer_id: 245, full_name: "Priya Silva", email: "priya.silva@example.com", phone: "+1-214-555-0115", join_date: "2023-09-06" },
            { customer_id: 246, full_name: "Karim Pereira", email: "karim.pereira@example.com", phone: null, join_date: "2023-01-27" },
            { customer_id: 247, full_name: "Leo Vargas", email: "leo.vargas@example.net", phone: "+1-917-555-0156", join_date: "2022-01-03" },
            { customer_id: 248, full_name: "Alice Ruiz", email: "alice.ruiz@example.net", phone: "+1-917-555-0168", join_date: "2023-05-29" },
            { customer_id: 249, full_name: "Rafael Oliveira", email: "rafael.oliveira@example.org", phone: "+1-415-555-0190", join_date: "2020-08-26" },
            { customer_id: 250, full_name: "Karim Zhang", email: "karim.zhang@example.com", phone: "+1-212-555-0190", join_date: "2021-11-30" },
            { customer_id: 251, full_name: "Jade Wagner", email: "jade.wagner@example.org", phone: "+1-214-555-0164", join_date: "2022-10-19" },
            { customer_id: 252, full_name: "Pedro Almeida", email: null, phone: null, join_date: "2021-07-27" },
            { customer_id: 253, full_name: "Paula Khan", email: null, phone: "+1-312-555-0103", join_date: "2022-09-15" },
            { customer_id: 254, full_name: "Noah Park", email: null, phone: "+1-612-555-0197", join_date: "2021-05-28" },
            { customer_id: 255, full_name: "James Wright", email: "james.wright@example.org", phone: "+1-503-555-0106", join_date: "2020-10-04" },
            { customer_id: 256, full_name: "Uma Ibrahim", email: "uma.ibrahim@example.com", phone: "+1-778-555-0137", join_date: "2023-10-27" },
            { customer_id: 257, full_name: "Maja Garcia", email: "maja.garcia@example.net", phone: "+1-469-555-0156", join_date: "2022-11-12" },
            { customer_id: 258, full_name: "Olivia Davis", email: "olivia.davis@example.org", phone: "+1-503-555-0101", join_date: "2023-01-08" },
            { customer_id: 259, full_name: "Victor Patel", email: "victor.patel@example.com", phone: "+1-801-555-0153", join_date: "2022-05-25" },
            { customer_id: 260, full_name: "Selin Walker", email: "selin.walker@example.net", phone: "+1-503-555-0197", join_date: "2022-01-29" },
            { customer_id: 261, full_name: "Olivia Lee", email: "olivia.lee@example.org", phone: "+1-416-555-0136", join_date: "2020-09-09" },
            { customer_id: 262, full_name: "Karim Sousa", email: "karim.sousa@example.org", phone: "+1-312-555-0153", join_date: "2020-03-17" },
            { customer_id: 263, full_name: "Rosa Taylor", email: "rosa.taylor@example.org", phone: "+1-416-555-0195", join_date: "2021-10-07" },
            { customer_id: 264, full_name: "Kai Becker", email: "kai.becker@example.com", phone: "+1-713-555-0146", join_date: "2020-12-18" },
            { customer_id: 265, full_name: "Maya Yilmaz", email: "maya.yilmaz@example.com", phone: "+1-617-555-0136", join_date: "2021-03-28" },
            { customer_id: 266, full_name: "Ivan Evans", email: "ivan.evans@example.org", phone: "+1-404-555-0135", join_date: "2022-12-26" },
            { customer_id: 267, full_name: "Fatima Kaya", email: "fatima.kaya@example.org", phone: "+1-305-555-0165", join_date: "2021-01-10" },
            { customer_id: 268, full_name: "Mateo Nakamura", email: "mateo.nakamura@example.org", phone: "+1-416-555-0149", join_date: "2020-09-05" },
            { customer_id: 269, full_name: "Jade Gomez", email: "jade.gomez@example.net", phone: "+1-202-555-0124", join_date: "2022-12-10" },
            { customer_id: 270, full_name: "Sven Oliveira", email: "sven.oliveira@example.net", phone: "+1-617-555-0193", join_date: "2022-12-08" },
            { customer_id: 271, full_name: "Hannah Schmidt", email: "hannah.schmidt@example.com", phone: "+1-212-555-0111", join_date: "2021-10-08" },
            { customer_id: 272, full_name: "Fatima Gomez", email: "fatima.gomez@example.org", phone: null, join_date: "2023-08-26" },
            { customer_id: 273, full_name: "Jade Young", email: null, phone: "+1-305-555-0116", join_date: "2022-03-04" },
            { customer_id: 274, full_name: "Leo Sousa", email: "leo.sousa@example.org", phone: "+1-905-555-0113", join_date: "2023-05-27" },
            { customer_id: 275, full_name: "Andre Park", email: "andre.park@example.net", phone: "+1-617-555-0167", join_date: "2023-05-05" },
            { customer_id: 276, full_name: "Karim Oliveira", email: "karim.oliveira@example.org", phone: "+1-303-555-0187", join_date: "2022-09-15" },
            { customer_id: 277, full_name: "Sofia Dubois", email: "sofia.dubois@example.org", phone: "+1-857-555-0162", join_date: "2021-07-29" },
            { customer_id: 278, full_name: "Noah Diaz", email: "noah.diaz@example.net", phone: "+1-415-555-0180", join_date: "2021-04-26" },
            { customer_id: 279, full_name: "Fatima Shah", email: "fatima.shah@example.org", phone: "+1-972-555-0195", join_date: "2021-01-20" },
            { customer_id: 280, full_name: "Yusuf Mendes", email: "yusuf.mendes@example.net", phone: "+1-604-555-0133", join_date: "2022-03-26" },
            { customer_id: 281, full_name: "Mei Gupta", email: null, phone: "+1-905-555-0135", join_date: "2020-11-17" },
            { customer_id: 282, full_name: "Mateo Reyes", email: "mateo.reyes@example.com", phone: "+1-801-555-0190", join_date: "2020-09-20" },
            { customer_id: 283, full_name: "Hana Brown", email: null, phone: null, join_date: "2022-04-28" },
            { customer_id: 284, full_name: "James Sato", email: "james.sato@example.net", phone: "+1-905-555-0165", join_date: "2023-03-10" },
            { customer_id: 285, full_name: "Laura Jensen", email: "laura.jensen@example.org", phone: "+1-213-555-0102", join_date: "2022-01-23" },
            { customer_id: 286, full_name: "Sara Hoffmann", email: "sara.hoffmann@example.com", phone: "+1-404-555-0131", join_date: "2021-06-05" },
            { customer_id: 287, full_name: "Mia Costa", email: "mia.costa@example.com", phone: "+1-404-555-0143", join_date: "2020-12-26" },
            { customer_id: 288, full_name: "Chloe Sousa", email: "chloe.sousa@example.org", phone: "+1-305-555-0167", join_date: "2023-11-08" },
            { customer_id: 289, full_name: "Jade Wright", email: "jade.wright@example.org", phone: "+1-604-555-0117", join_date: "2022-01-24" },
            { customer_id: 290, full_name: "Hana Patel", email: null, phone: "+1-972-555-0172", join_date: "2022-03-12" },
            { customer_id: 291, full_name: "Ines Pereira", email: "ines.pereira@example.org", phone: "+1-213-555-0102", join_date: "2021-01-01" },
            { customer_id: 292, full_name: "Hugo Murphy", email: "hugo.murphy@example.com", phone: "+1-416-555-0166", join_date: "2020-01-23" },
            { customer_id: 293, full_name: "Liam Khan", email: "liam.khan@example.net", phone: "+1-503-555-0103", join_date: "2022-05-26" },
            { customer_id: 294, full_name: "Felix Johnson", email: "felix.johnson@example.org", phone: "+1-713-555-0179", join_date: "2022-09-08" },
            { customer_id: 295, full_name: "Selin Bauer", email: "selin.bauer@example.org", phone: "+1-214-555-0175", join_date: "2021-03-16" },
            { customer_id: 296, full_name: "Sofia Gupta", email: "sofia.gupta@example.org", phone: "+1-416-555-0131", join_date: "2023-05-18" },
            { customer_id: 297, full_name: "Jonas Taylor", email: "jonas.taylor@example.org", phone: "+1-612-555-0100", join_date: "2023-04-28" },
            { customer_id: 298, full_name: "James Rossi", email: "james.rossi@example.org", phone: "+1-778-555-0119", join_date: "2023-05-04" },
            { customer_id: 299, full_name: "Tomas Rossi", email: "tomas.rossi@example.com", phone: "+1-312-555-0151", join_date: "2023-06-20" },
            { customer_id: 300, full_name: "Emma Moreau", email: "emma.moreau@example.org", phone: "+1-469-555-0181", join_date: "2023-09-30" },
        ],
    });
    await prisma.orders.createMany({
        data: [
            { order_id: 1, customer_id: 194, order_date: new Date("2022-07-26T12:16:38Z"), total_amount: "2089.62" },
            { order_id: 2, customer_id: 134, order_date: new Date("2020-09-08T09:41:59Z"), total_amount: "516.94" },
            { order_id: 3, customer_id: 209, order_date: new Date("2022-01-07T09:32:36Z"), total_amount: "341.70" },
            { order_id: 4, customer_id: 135, order_date: new Date("2021-08-26T16:45:35Z"), total_amount: "152.61" },
            { order_id: 5, customer_id: 267, order_date: new Date("2020-03-21T14:48:33Z"), total_amount: "2492.51" },
            { order_id: 6, customer_id: 68, order_date: new Date("2023-06-19T16:19:39Z"), total_amount: "1299.66" },
            { order_id: 7, customer_id: 297, order_date: new Date("2023-06-21T13:41:19Z"), total_amount: "1149.60" },
            { order_id: 8, customer_id: 254, order_date: new Date("2023-06-10T12:21:22Z"), total_amount: "55.77" },
            { order_id: 9, customer_id: 258, order_date: new Date("2023-03-09T16:15:39Z"), total_amount: "1681.97" },
            { order_id: 10, customer_id: 51, order_date: new Date("2021-01-04T07:13:06Z"), total_amount: "2392.82" },
            { order_id: 11, customer_id: 17, order_date: new Date("2022-12-09T11:04:27Z"), total_amount: "1789.97" },
            { order_id: 12, customer_id: 148, order_date: new Date("2022-12-12T15:44:58Z"), total_amount: "1734.90" },
            { order_id: 13, customer_id: 83, order_date: new Date("2021-04-15T15:17:27Z"), total_amount: "374.54" },
            { order_id: 14, customer_id: 295, order_date: new Date("2023-06-17T11:31:19Z"), total_amount: "475.41" },
            { order_id: 15, customer_id: 164, order_date: new Date("2020-01-06T17:27:13Z"), total_amount: "1810.72" },
            { order_id: 16, customer_id: 300, order_date: new Date("2022-07-30T14:11:26Z"), total_amount: "249.96" },
            { order_id: 17, customer_id: 15, order_date: new Date("2020-02-05T07:20:03Z"), total_amount: "1433.77" },
            { order_id: 18, customer_id: 39, order_date: new Date("2022-12-13T14:28:14Z"), total_amount: "2710.23" },
            { order_id: 19, customer_id: 129, order_date: new Date("2020-02-08T17:26:55Z"), total_amount: "254.81" },
            { order_id: 20, customer_id: 235, order_date: new Date("2023-04-10T12:51:30Z"), total_amount: "41.02" },
            { order_id: 21, customer_id: 118, order_date: new Date("2023-03-21T03:18:36Z"), total_amount: "2271.71" },
            { order_id: 22, customer_id: 150, order_date: new Date("2021-10-13T17:16:29Z"), total_amount: "802.54" },
            { order_id: 23, customer_id: 133, order_date: new Date("2020-03-29T13:15:26Z"), total_amount: "4.54" },
            { order_id: 24, customer_id: 55, order_date: new Date("2023-06-15T08:00:49Z"), total_amount: "3808.66" },
            { order_id: 25, customer_id: 135, order_date: new Date("2020-02-13T10:38:01Z"), total_amount: "906.37" },
            { order_id: 26, customer_id: 216, order_date: new Date("2020-03-04T11:35:45Z"), total_amount: "4906.09" },
            { order_id: 27, customer_id: 136, order_date: new Date("2022-09-22T15:27:56Z"), total_amount: null },
            { order_id: 28, customer_id: 276, order_date: new Date("2020-06-07T07:38:35Z"), total_amount: "1914.87" },
            { order_id: 29, customer_id: 188, order_date: new Date("2022-03-02T10:44:50Z"), total_amount: null },
            { order_id: 30, customer_id: 146, order_date: new Date("2021-12-12T15:34:54Z"), total_amount: "59.56" },
            { order_id: 31, customer_id: 294, order_date: new Date("2020-07-28T13:47:20Z"), total_amount: "335.95" },
            { order_id: 32, customer_id: 185, order_date: new Date("2020-09-14T15:45:17Z"), total_amount: "4.47" },
            { order_id: 33, customer_id: 201, order_date: new Date("2023-08-18T09:57:13Z"), total_amount: "3861.21" },
            { order_id: 34, customer_id: 201, order_date: new Date("2023-11-05T18:35:24Z"), total_amount: "163.84" },
            { order_id: 35, customer_id: 164, order_date: new Date("2022-06-22T10:35:13Z"), total_amount: "3691.18" },
            { order_id: 36, customer_id: 46, order_date: new Date("2022-12-23T11:24:54Z"), total_amount: "932.04" },
            { order_id: 37, customer_id: 289, order_date: new Date("2023-10-16T09:38:13Z"), total_amount: "1367.69" },
            { order_id: 38, customer_id: 2, order_date: new Date("2021-01-25T14:04:51Z"), total_amount: "65.13" },
            { order_id: 39, customer_id: 103, order_date: new Date("2023-01-29T13:05:04Z"), total_amount: "4909.21" },
            { order_id: 40, customer_id: 15, order_date: new Date("2022-12-04T10:53:01Z"), total_amount: "3567.75" },
            { order_id: 41, customer_id: 34, order_date: new Date("2021-08-29T12:27:52Z"), total_amount: "4562.42" },
            { order_id: 42, customer_id: 94, order_date: new Date("2022-08-30T08:40:21Z"), total_amount: "1883.67" },
            { order_id: 43, customer_id: 218, order_date: new Date("2020-01-19T10:56:52Z"), total_amount: "3463.82" },
            { order_id: 44, customer_id: 107, order_date: new Date("2023-04-07T12:25:17Z"), total_amount: "565.71" },
            { order_id: 45, customer_id: 280, order_date: new Date("2023-08-14T11:52:12Z"), total_amount: "2267.58" },
            { order_id: 46, customer_id: 193, order_date: new Date("2023-03-28T10:00:32Z"), total_amount: "3482.71" },
            { order_id: 47, customer_id: 57, order_date: new Date("2023-10-27T18:02:55Z"), total_amount: "817.05" },
            { order_id: 48, customer_id: 90, order_date: new Date("2020-01-30T16:21:38Z"), total_amount: "3916.55" },
            { order_id: 49, customer_id: 202, order_date: new Date("2023-07-23T11:50:56Z"), total_amount: "4485.30" },
            { order_id: 50, customer_id: 117, order_date: new Date("2021-10-27T15:44:59Z"), total_amount: "897.78" },
            { order_id: 51, customer_id: 240, order_date: new Date("2022-12-02T13:29:41Z"), total_amount: "215.63" },
            { order_id: 52, customer_id: 22, order_date: new Date("2020-10-31T17:38:43Z"), total_amount: "2223.48" },
            { order_id: 53, customer_id: 92, order_date: new Date("2021-02-14T09:30:33Z"), total_amount: null },
            { order_id: 54, customer_id: 261, order_date: new Date("2021-05-05T14:09:47Z"), total_amount: "4864.86" },
            { order_id: 55, customer_id: 156, order_date: new Date("2021-07-05T09:10:16Z"), total_amount: "2526.74" },
            { order_id: 56, customer_id: 22, order_date: new Date("2020-07-31T19:18:57Z"), total_amount: "2410.17" },
            { order_id: 57, customer_id: 14, order_date: new Date("2021-03-26T13:40:31Z"), total_amount: "4920.74" },
            { order_id: 58, customer_id: 274, order_date: new Date("2022-11-11T17:43:50Z"), total_amount: "2689.59" },
            { order_id: 59, customer_id: 276, order_date: new Date("2022-11-29T11:57:09Z"), total_amount: "361.30" },
            { order_id: 60, customer_id: 198, order_date: new Date("2020-11-11T13:24:46Z"), total_amount: "339.35" },
            { order_id: 61, customer_id: 40, order_date: new Date("2023-12-07T06:26:38Z"), total_amount: "1615.19" },
            { order_id: 62, customer_id: 133, order_date: new Date("2023-03-31T15:44:16Z"), total_amount: "2848.26" },
            { order_id: 63, customer_id: 244, order_date: new Date("2023-11-01T14:52:07Z"), total_amount: "194.21" },
            { order_id: 64, customer_id: 62, order_date: new Date("2023-08-24T13:45:17Z"), total_amount: "387.06" },
            { order_id: 65, customer_id: 156, order_date: new Date("2023-04-20T19:43:48Z"), total_amount: "2836.54" },
            { order_id: 66, customer_id: 74, order_date: new Date("2023-07-26T08:19:52Z"), total_amount: null },
            { order_id: 67, customer_id: 32, order_date: new Date("2020-09-22T10:02:07Z"), total_amount: "3816.65" },
            { order_id: 68, customer_id: 273, order_date: new Date("2020-12-06T12:29:34Z"), total_amount: "3.48" },
            { order_id: 69, customer_id: 121, order_date: new Date("2021-03-31T13:01:06Z"), total_amount: "2687.88" },
            { order_id: 70, customer_id: 291, order_date: new Date("2021-08-27T07:42:16Z"), total_amount: "2514.63" },
            { order_id: 71, customer_id: 110, order_date: new Date("2022-11-01T14:56:19Z"), total_amount: "1138.71" },
            { order_id: 72, customer_id: 170, order_date: new Date("2022-06-19T10:15:38Z"), total_amount: "590.74" },
            { order_id: 73, customer_id: 119, order_date: new Date("2022-07-06T09:21:15Z"), total_amount: "168.32" },
            { order_id: 74, customer_id: 119, order_date: new Date("2022-12-29T01:08:05Z"), total_amount: "1266.69" },
            { order_id: 75, customer_id: 83, order_date: new Date("2021-04-24T15:23:12Z"), total_amount: "57.33" },
            { order_id: 76, customer_id: 288, order_date: new Date("2021-09-07T10:11:54Z"), total_amount: "6.46" },
            { order_id: 77, customer_id: 15, order_date: new Date("2021-10-05T10:41:35Z"), total_amount: null },
            { order_id: 78, customer_id: 168, order_date: new Date("2022-03-01T12:15:57Z"), total_amount: "43.85" },
            { order_id: 79, customer_id: 189, order_date: new Date("2021-03-25T14:09:00Z"), total_amount: "1030.44" },
            { order_id: 80, customer_id: 20, order_date: new Date("2021-03-18T10:08:19Z"), total_amount: "3621.41" },
            { order_id: 81, customer_id: 155, order_date: new Date("2023-12-27T17:50:56Z"), total_amount: "338.17" },
            { order_id: 82, customer_id: 75, order_date: new Date("2021-09-26T09:40:59Z"), total_amount: "180.68" },
            { order_id: 83, customer_id: 275, order_date: new Date("2022-07-24T13:04:09Z"), total_amount: "4165.57" },
            { order_id: 84, customer_id: 50, order_date: new Date("2023-04-26T18:22:06Z"), total_amount: "1.05" },
            { order_id: 85, customer_id: 126, order_date: new Date("2022-01-14T11:28:56Z"), total_amount: "323.88" },
            { order_id: 86, customer_id: 200, order_date: new Date("2022-01-05T13:51:24Z"), total_amount: "2278.31" },
            { order_id: 87, customer_id: 124, order_date: new Date("2022-09-29T14:03:52Z"), total_amount: "4087.27" },
            { order_id: 88, customer_id: 296, order_date: new Date("2020-09-23T19:48:33Z"), total_amount: "141.54" },
            { order_id: 89, customer_id: 270, order_date: new Date("2020-09-26T09:48:16Z"), total_amount: "6.61" },
            { order_id: 90, customer_id: 213, order_date: new Date("2023-06-15T13:05:53Z"), total_amount: "16.55" },
            { order_id: 91, customer_id: 250, order_date: new Date("2020-10-02T10:17:22Z"), total_amount: "764.54" },
            { order_id: 92, customer_id: 149, order_date: new Date("2021-05-07T14:54:01Z"), total_amount: "1.25" },
            { order_id: 93, customer_id: 170, order_date: new Date("2021-05-04T10:21:35Z"), total_amount: "1061.51" },
            { order_id: 94, customer_id: 259, order_date: new Date("2020-10-16T10:20:16Z"), total_amount: "1363.53" },
            { order_id: 95, customer_id: 273, order_date: new Date("2021-03-22T13:53:16Z"), total_amount: "629.42" },
            { order_id: 96, customer_id: 29, order_date: new Date("2021-12-30T10:43:13Z"), total_amount: "535.97" },
            { order_id: 97, customer_id: 129, order_date: new Date("2021-02-09T15:50:58Z"), total_amount: null },
            { order_id: 98, customer_id: 170, order_date: new Date("2023-07-27T10:08:31Z"), total_amount: "1290.58" },
            { order_id: 99, customer_id: 180, order_date: new Date("2020-05-11T12:24:17Z"), total_amount: "1.41" },
            { order_id: 100, customer_id: 10, order_date: new Date("2020-09-23T10:12:30Z"), total_amount: "41.93" },
            { order_id: 101, customer_id: 203, order_date: new Date("2022-02-16T19:15:03Z"), total_amount: "4828.09" },
            { order_id: 102, customer_id: 242, order_date: new Date("2023-07-30T15:00:47Z"), total_amount: "3249.79" },
            { order_id: 103, customer_id: 26, order_date: new Date("2020-08-12T10:59:10Z"), total_amount: "375.59" },
            { order_id: 104, customer_id: 64, order_date: new Date("2023-04-06T11:42:34Z"), total_amount: "1177.84" },
            { order_id: 105, customer_id: 135, order_date: new Date("2020-06-16T11:15:46Z"), total_amount: "197.46" },
            { order_id: 106, customer_id: 298, order_date: new Date("2020-12-04T10:30:07Z"), total_amount: "970.01" },
            { order_id: 107, customer_id: 235, order_date: new Date("2021-03-15T03:58:07Z"), total_amount: "1413.83" },
            { order_id: 108, customer_id: 1, order_date: new Date("2021-03-13T17:59:58Z"), total_amount: "1210.71" },
            { order_id: 109, customer_id: 138, order_date: new Date("2022-02-28T21:42:01Z"), total_amount: "343.39" },
            { order_id: 110, customer_id: 284, order_date: new Date("2022-08-25T07:44:28Z"), total_amount: null },
            { order_id: 111, customer_id: 176, order_date: new Date("2023-08-15T10:05:19Z"), total_amount: "378.12" },
            { order_id: 112, customer_id: 215, order_date: new Date("2020-10-28T18:40:02Z"), total_amount: "208.16" },
            { order_id: 113, customer_id: 127, order_date: new Date("2022-07-07T17:34:33Z"), total_amount: "1267.78" },
            { order_id: 114, customer_id: 173, order_date: new Date("2020-10-28T07:15:11Z"), total_amount: null },
            { order_id: 115, customer_id: 270, order_date: new Date("2021-04-16T13:12:35Z"), total_amount: "4784.22" },
            { order_id: 116, customer_id: 170, order_date: new Date("2023-10-12T14:44:43Z"), total_amount: "2413.48" },
            { order_id: 117, customer_id: 98, order_date: new Date("2021-08-25T17:23:52Z"), total_amount: "4690.56" },
            { order_id: 118, customer_id: 237, order_date: new Date("2022-10-18T09:52:51Z"), total_amount: "631.79" },
            { order_id: 119, customer_id: 287, order_date: new Date("2020-12-16T18:39:22Z"), total_amount: "2335.18" },
            { order_id: 120, customer_id: 98, order_date: new Date("2021-05-07T12:55:25Z"), total_amount: "2677.06" },
            { order_id: 121, customer_id: 203, order_date: new Date("2021-10-23T14:46:42Z"), total_amount: "447.06" },
            { order_id: 122, customer_id: 137, order_date: new Date("2022-12-24T04:49:58Z"), total_amount: "4196.23" },
            { order_id: 123, customer_id: 93, order_date: new Date("2020-03-15T11:42:26Z"), total_amount: "603.26" },
            { order_id: 124, customer_id: 203, order_date: new Date("2021-05-11T10:02:08Z"), total_amount: "4487.17" },
            { order_id: 125, customer_id: 289, order_date: new Date("2023-02-22T19:14:16Z"), total_amount: "731.62" },
            { order_id: 126, customer_id: 247, order_date: new Date("2020-03-11T12:42:21Z"), total_amount: "209.05" },
            { order_id: 127, customer_id: 228, order_date: new Date("2022-02-20T15:17:38Z"), total_amount: "4083.91" },
            { order_id: 128, customer_id: 258, order_date: new Date("2022-07-08T08:06:28Z"), total_amount: "4543.63" },
            { order_id: 129, customer_id: 113, order_date: new Date("2022-11-25T14:39:40Z"), total_amount: "175.87" },
            { order_id: 130, customer_id: 146, order_date: new Date("2021-11-05T14:26:22Z"), total_amount: "2270.07" },
            { order_id: 131, customer_id: 149, order_date: new Date("2022-08-26T13:33:52Z"), total_amount: "209.34" },
            { order_id: 132, customer_id: 258, order_date: new Date("2020-11-01T16:59:12Z"), total_amount: "3045.94" },
            { order_id: 133, customer_id: 134, order_date: new Date("2021-06-18T14:51:18Z"), total_amount: "970.77" },
            { order_id: 134, customer_id: 253, order_date: new Date("2021-11-11T13:55:16Z"), total_amount: "20.98" },
            { order_id: 135, customer_id: 211, order_date: new Date("2023-06-19T18:44:50Z"), total_amount: "1503.18" },
            { order_id: 136, customer_id: 84, order_date: new Date("2020-12-31T09:12:12Z"), total_amount: "841.74" },
            { order_id: 137, customer_id: 240, order_date: new Date("2021-03-01T19:45:34Z"), total_amount: "160.14" },
            { order_id: 138, customer_id: 231, order_date: new Date("2021-12-13T15:40:33Z"), total_amount: null },
            { order_id: 139, customer_id: 158, order_date: new Date("2022-11-09T14:58:37Z"), total_amount: "326.60" },
            { order_id: 140, customer_id: 91, order_date: new Date("2022-01-21T13:07:57Z"), total_amount: "647.44" },
            { order_id: 141, customer_id: 128, order_date: new Date("2022-09-27T10:51:14Z"), total_amount: "912.77" },
            { order_id: 142, customer_id: 117, order_date: new Date("2021-12-07T13:11:13Z"), total_amount: "373.52" },
            { order_id: 143, customer_id: 181, order_date: new Date("2022-05-11T12:05:06Z"), total_amount: "1.63" },
            { order_id: 144, customer_id: 13, order_date: new Date("2020-12-08T06:44:37Z"), total_amount: "175.71" },
            { order_id: 145, customer_id: 22, order_date: new Date("2021-04-15T17:08:52Z"), total_amount: "229.56" },
            { order_id: 146, customer_id: 4, order_date: new Date("2021-08-17T07:11:38Z"), total_amount: "1064.88" },
            { order_id: 147, customer_id: 74, order_date: new Date("2022-11-25T12:10:53Z"), total_amount: "1.25" },
            { order_id: 148, customer_id: 227, order_date: new Date("2023-02-03T16:02:44Z"), total_amount: "1419.71" },
            { order_id: 149, customer_id: 283, order_date: new Date("2020-11-18T17:36:27Z"), total_amount: "2881.71" },
            { order_id: 150, customer_id: 204, order_date: new Date("2021-12-11T14:16:58Z"), total_amount: "1736.37" },
            { order_id: 151, customer_id: 203, order_date: new Date("2020-01-15T14:19:25Z"), total_amount: "294.45" },
            { order_id: 152, customer_id: 180, order_date: new Date("2021-12-02T14:20:30Z"), total_amount: "1420.77" },
            { order_id: 153, customer_id: 281, order_date: new Date("2022-06-14T17:29:37Z"), total_amount: "1748.42" },
            { order_id: 154, customer_id: 294, order_date: new Date("2023-03-14T16:32:33Z"), total_amount: "1771.44" },
            { order_id: 155, customer_id: 209, order_date: new Date("2022-10-26T17:16:40Z"), total_amount: "81.28" },
            { order_id: 156, customer_id: 112, order_date: new Date("2020-11-02T12:36:56Z"), total_amount: "122.58" },
            { order_id: 157, customer_id: 164, order_date: new Date("2020-08-26T15:34:44Z"), total_amount: "2238.58" },
            { order_id: 158, customer_id: 65, order_date: new Date("2020-11-24T16:04:52Z"), total_amount: "10.71" },
            { order_id: 159, customer_id: 240, order_date: new Date("2020-03-12T11:10:55Z"), total_amount: "84.75" },
            { order_id: 160, customer_id: 103, order_date: new Date("2020-10-20T16:34:24Z"), total_amount: "4186.61" },
            { order_id: 161, customer_id: 86, order_date: new Date("2020-04-06T15:02:58Z"), total_amount: "502.38" },
            { order_id: 162, customer_id: 214, order_date: new Date("2022-01-04T09:59:15Z"), total_amount: "1.01" },
            { order_id: 163, customer_id: 146, order_date: new Date("2023-09-28T10:08:31Z"), total_amount: "1371.37" },
            { order_id: 164, customer_id: 46, order_date: new Date("2023-08-23T17:04:23Z"), total_amount: "2233.44" },
            { order_id: 165, customer_id: 41, order_date: new Date("2022-03-05T15:49:45Z"), total_amount: "1462.83" },
            { order_id: 166, customer_id: 258, order_date: new Date("2023-10-30T12:04:41Z"), total_amount: "1853.39" },
            { order_id: 167, customer_id: 136, order_date: new Date("2021-07-22T08:04:01Z"), total_amount: "3391.23" },
            { order_id: 168, customer_id: 49, order_date: new Date("2023-03-05T13:02:36Z"), total_amount: null },
            { order_id: 169, customer_id: 148, order_date: new Date("2022-03-14T16:06:18Z"), total_amount: null },
            { order_id: 170, customer_id: 94, order_date: new Date("2020-09-20T12:42:27Z"), total_amount: "755.98" },
            { order_id: 171, customer_id: 20, order_date: new Date("2021-02-16T10:26:43Z"), total_amount: "618.43" },
            { order_id: 172, customer_id: 245, order_date: new Date("2022-01-22T12:52:48Z"), total_amount: "195.85" },
            { order_id: 173, customer_id: 79, order_date: new Date("2021-01-23T10:25:20Z"), total_amount: "4843.73" },
            { order_id: 174, customer_id: 276, order_date: new Date("2021-05-26T15:56:29Z"), total_amount: "2755.72" },
            { order_id: 175, customer_id: 278, order_date: new Date("2022-01-16T12:17:34Z"), total_amount: "878.07" },
            { order_id: 176, customer_id: 199, order_date: new Date("2020-09-11T16:06:58Z"), total_amount: "356.66" },
            { order_id: 177, customer_id: 97, order_date: new Date("2022-07-28T13:58:13Z"), total_amount: "2740.06" },
            { order_id: 178, customer_id: 183, order_date: new Date("2022-12-17T12:08:12Z"), total_amount: "83.52" },
            { order_id: 179, customer_id: 105, order_date: new Date("2023-09-18T12:46:28Z"), total_amount: "2836.24" },
            { order_id: 180, customer_id: 195, order_date: new Date("2021-04-07T14:11:30Z"), total_amount: "64.34" },
            { order_id: 181, customer_id: 5, order_date: new Date("2023-06-25T11:22:16Z"), total_amount: null },
            { order_id: 182, customer_id: 198, order_date: new Date("2022-11-16T09:22:56Z"), total_amount: "161.34" },
            { order_id: 183, customer_id: 299, order_date: new Date("2022-10-13T13:57:02Z"), total_amount: "419.48" },
            { order_id: 184, customer_id: 43, order_date: new Date("2023-04-30T10:53:16Z"), total_amount: "2613.83" },
            { order_id: 185, customer_id: 137, order_date: new Date("2020-02-05T08:52:00Z"), total_amount: "924.85" },
            { order_id: 186, customer_id: 60, order_date: new Date("2021-04-26T14:20:00Z"), total_amount: "1.10" },
            { order_id: 187, customer_id: 59, order_date: new Date("2020-05-24T10:08:20Z"), total_amount: "181.44" },
            { order_id: 188, customer_id: 25, order_date: new Date("2020-06-17T09:19:27Z"), total_amount: "4.76" },
            { order_id: 189, customer_id: 237, order_date: new Date("2021-02-12T18:43:45Z"), total_amount: "4346.36" },
            { order_id: 190, customer_id: 115, order_date: new Date("2021-01-21T16:08:05Z"), total_amount: "3127.95" },
            { order_id: 191, customer_id: 139, order_date: new Date("2021-03-28T11:57:09Z"), total_amount: "119.19" },
            { order_id: 192, customer_id: 164, order_date: new Date("2020-11-25T15:57:30Z"), total_amount: "3091.61" },
            { order_id: 193, customer_id: 143, order_date: new Date("2021-09-25T12:34:09Z"), total_amount: "1736.75" },
            { order_id: 194, customer_id: 196, order_date: new Date("2021-08-31T09:34:01Z"), total_amount: "2070.63" },
            { order_id: 195, customer_id: 71, order_date: new Date("2022-06-16T15:36:19Z"), total_amount: "1544.90" },
            { order_id: 196, customer_id: 91, order_date: new Date("2023-03-23T11:06:31Z"), total_amount: "334.37" },
            { order_id: 197, customer_id: 40, order_date: new Date("2021-08-24T15:50:21Z"), total_amount: "143.40" },
            { order_id: 198, customer_id: 142, order_date: new Date("2023-07-31T09:53:03Z"), total_amount: "257.73" },
            { order_id: 199, customer_id: 62, order_date: new Date("2020-10-30T15:28:29Z"), total_amount: "408.36" },
            { order_id: 200, customer_id: 200, order_date: new Date("2022-01-17T12:11:55Z"), total_amount: "126.85" },
            { order_id: 201, customer_id: 262, order_date: new Date("2022-04-09T10:02:20Z"), total_amount: "36.64" },
            { order_id: 202, customer_id: 94, order_date: new Date("2020-06-27T17:59:17Z"), total_amount: "579.43" },
            { order_id: 203, customer_id: 199, order_date: new Date("2022-07-29T11:30:20Z"), total_amount: "991.78" },
            { order_id: 204, customer_id: 160, order_date: new Date("2021-05-20T12:43:57Z"), total_amount: null },
            { order_id: 205, customer_id: 234, order_date: new Date("2023-03-21T17:10:05Z"), total_amount: "1051.39" },
            { order_id: 206, customer_id: 262, order_date: new Date("2020-07-06T08:09:32Z"), total_amount: null },
            { order_id: 207, customer_id: 78, order_date: new Date("2022-05-14T11:32:54Z"), total_amount: "2707.67" },
            { order_id: 208, customer_id: 152, order_date: new Date("2020-02-29T11:48:37Z"), total_amount: "1079.06" },
            { order_id: 209, customer_id: 197, order_date: new Date("2023-12-17T14:29:38Z"), total_amount: "4521.51" },
            { order_id: 210, customer_id: 171, order_date: new Date("2020-09-10T10:33:27Z"), total_amount: null },
            { order_id: 211, customer_id: 114, order_date: new Date("2022-01-05T22:04:50Z"), total_amount: "3983.80" },
            { order_id: 212, customer_id: 129, order_date: new Date("2022-12-11T11:55:57Z"), total_amount: "2362.02" },
            { order_id: 213, customer_id: 197, order_date: new Date("2023-02-17T10:52:19Z"), total_amount: "75.43" },
            { order_id: 214, customer_id: 73, order_date: new Date("2021-08-13T13:45:11Z"), total_amount: "1163.44" },
            { order_id: 215, customer_id: 24, order_date: new Date("2023-09-10T13:18:34Z"), total_amount: "153.69" },
            { order_id: 216, customer_id: 65, order_date: new Date("2023-12-09T14:59:33Z"), total_amount: "1952.46" },
            { order_id: 217, customer_id: 115, order_date: new Date("2020-07-18T14:52:58Z"), total_amount: "1046.76" },
            { order_id: 218, customer_id: 169, order_date: new Date("2022-01-19T16:24:03Z"), total_amount: "1308.03" },
            { order_id: 219, customer_id: 109, order_date: new Date("2023-01-23T14:11:21Z"), total_amount: "31.08" },
            { order_id: 220, customer_id: 91, order_date: new Date("2021-03-21T12:34:21Z"), total_amount: "2689.20" },
            { order_id: 221, customer_id: 65, order_date: new Date("2022-04-15T17:42:50Z"), total_amount: "1480.11" },
            { order_id: 222, customer_id: 56, order_date: new Date("2023-01-12T10:05:58Z"), total_amount: "2273.86" },
            { order_id: 223, customer_id: 22, order_date: new Date("2022-11-16T15:44:18Z"), total_amount: "329.12" },
            { order_id: 224, customer_id: 23, order_date: new Date("2023-03-14T11:06:26Z"), total_amount: "2733.51" },
            { order_id: 225, customer_id: 102, order_date: new Date("2021-02-25T12:32:48Z"), total_amount: null },
            { order_id: 226, customer_id: 192, order_date: new Date("2021-12-16T09:29:58Z"), total_amount: "29.50" },
            { order_id: 227, customer_id: 293, order_date: new Date("2020-03-31T14:34:15Z"), total_amount: "3954.28" },
            { order_id: 228, customer_id: 124, order_date: new Date("2021-01-11T13:13:39Z"), total_amount: null },
            { order_id: 229, customer_id: 201, order_date: new Date("2021-11-25T11:38:23Z"), total_amount: "994.15" },
            { order_id: 230, customer_id: 211, order_date: new Date("2020-07-19T14:34:13Z"), total_amount: "265.76" },
            { order_id: 231, customer_id: 201, order_date: new Date("2022-05-21T18:56:58Z"), total_amount: null },
            { order_id: 232, customer_id: 208, order_date: new Date("2022-04-28T16:50:13Z"), total_amount: "940.63" },
            { order_id: 233, customer_id: 19, order_date: new Date("2021-03-29T17:05:16Z"), total_amount: "529.78" },
            { order_id: 234, customer_id: 122, order_date: new Date("2020-02-20T10:19:45Z"), total_amount: "221.09" },
            { order_id: 235, customer_id: 176, order_date: new Date("2021-12-07T08:32:08Z"), total_amount: "3811.95" },
            { order_id: 236, customer_id: 255, order_date: new Date("2020-06-07T17:01:17Z"), total_amount: "1936.86" },
            { order_id: 237, customer_id: 257, order_date: new Date("2022-08-29T14:53:57Z"), total_amount: "2076.09" },
            { order_id: 238, customer_id: 196, order_date: new Date("2023-10-14T15:39:22Z"), total_amount: "441.88" },
            { order_id: 239, customer_id: 258, order_date: new Date("2023-02-28T15:05:41Z"), total_amount: "2469.47" },
            { order_id: 240, customer_id: 123, order_date: new Date("2022-09-12T08:36:36Z"), total_amount: null },
            { order_id: 241, customer_id: 109, order_date: new Date("2023-04-28T14:42:36Z"), total_amount: "82.64" },
            { order_id: 242, customer_id: 258, order_date: new Date("2020-08-21T14:29:04Z"), total_amount: "1237.01" },
            { order_id: 243, customer_id: 255, order_date: new Date("2022-01-09T11:18:59Z"), total_amount: "4544.91" },
            { order_id: 244, customer_id: 132, order_date: new Date("2022-08-04T17:27:43Z"), total_amount: "344.29" },
            { order_id: 245, customer_id: 197, order_date: new Date("2020-12-15T11:50:21Z"), total_amount: "3.43" },
            { order_id: 246, customer_id: 239, order_date: new Date("2021-01-09T08:59:17Z"), total_amount: "238.55" },
            { order_id: 247, customer_id: 35, order_date: new Date("2022-05-19T03:01:34Z"), total_amount: "2013.12" },
            { order_id: 248, customer_id: 243, order_date: new Date("2023-03-01T11:41:11Z"), total_amount: null },
            { order_id: 249, customer_id: 155, order_date: new Date("2021-12-06T10:46:11Z"), total_amount: null },
            { order_id: 250, customer_id: 91, order_date: new Date("2021-03-29T12:46:35Z"), total_amount: "2583.07" },
            { order_id: 251, customer_id: 113, order_date: new Date("2020-09-30T11:39:55Z"), total_amount: "40.12" },
            { order_id: 252, customer_id: 269, order_date: new Date("2021-05-09T11:52:28Z"), total_amount: "243.41" },
            { order_id: 253, customer_id: 214, order_date: new Date("2020-03-31T12:05:29Z"), total_amount: "3057.49" },
            { order_id: 254, customer_id: 215, order_date: new Date("2023-10-14T19:35:03Z"), total_amount: "871.16" },
            { order_id: 255, customer_id: 282, order_date: new Date("2021-04-25T12:33:11Z"), total_amount: "165.43" },
            { order_id: 256, customer_id: 299, order_date: new Date("2023-01-11T08:12:28Z"), total_amount: "1607.34" },
            { order_id: 257, customer_id: 141, order_date: new Date("2020-11-30T11:17:11Z"), total_amount: "666.88" },
            { order_id: 258, customer_id: 138, order_date: new Date("2020-11-17T11:24:10Z"), total_amount: "2220.17" },
            { order_id: 259, customer_id: 149, order_date: new Date("2021-09-08T16:39:28Z"), total_amount: "108.93" },
            { order_id: 260, customer_id: 56, order_date: new Date("2022-04-12T16:24:15Z"), total_amount: "1.73" },
            { order_id: 261, customer_id: 202, order_date: new Date("2020-10-20T16:22:53Z"), total_amount: "3269.52" },
            { order_id: 262, customer_id: 72, order_date: new Date("2021-06-05T09:46:09Z"), total_amount: "2917.86" },
            { order_id: 263, customer_id: 26, order_date: new Date("2022-10-24T08:16:16Z"), total_amount: null },
            { order_id: 264, customer_id: 11, order_date: new Date("2023-12-12T19:47:55Z"), total_amount: "4926.19" },
            { order_id: 265, customer_id: 122, order_date: new Date("2022-02-24T13:49:18Z"), total_amount: "353.10" },
            { order_id: 266, customer_id: 225, order_date: new Date("2020-06-28T08:21:58Z"), total_amount: "4921.53" },
            { order_id: 267, customer_id: 7, order_date: new Date("2023-12-04T12:47:33Z"), total_amount: "6.15" },
            { order_id: 268, customer_id: 289, order_date: new Date("2023-02-12T13:35:34Z"), total_amount: "2495.38" },
            { order_id: 269, customer_id: 163, order_date: new Date("2022-01-14T15:34:15Z"), total_amount: "3678.86" },
            { order_id: 270, customer_id: 98, order_date: new Date("2023-09-09T11:12:19Z"), total_amount: "4482.80" },
            { order_id: 271, customer_id: 218, order_date: new Date("2022-03-06T15:34:10Z"), total_amount: "73.93" },
            { order_id: 272, customer_id: 56, order_date: new Date("2021-01-18T13:20:11Z"), total_amount: "2667.34" },
            { order_id: 273, customer_id: 28, order_date: new Date("2021-10-03T15:25:12Z"), total_amount: null },
            { order_id: 274, customer_id: 119, order_date: new Date("2021-10-08T18:43:58Z"), total_amount: "466.74" },
            { order_id: 275, customer_id: 57, order_date: new Date("2020-09-21T15:34:39Z"), total_amount: "596.96" },
            { order_id: 276, customer_id: 194, order_date: new Date("2020-02-06T09:56:43Z"), total_amount: "2.26" },
            { order_id: 277, customer_id: 75, order_date: new Date("2021-05-30T17:25:38Z"), total_amount: "6.21" },
            { order_id: 278, customer_id: 29, order_date: new Date("2020-01-12T09:58:41Z"), total_amount: "989.93" },
            { order_id: 279, customer_id: 197, order_date: new Date("2021-01-31T16:17:09Z"), total_amount: "113.55" },
            { order_id: 280, customer_id: 48, order_date: new Date("2022-08-01T11:28:31Z"), total_amount: "3212.90" },
            { order_id: 281, customer_id: 124, order_date: new Date("2021-03-17T16:47:10Z"), total_amount: null },
            { order_id: 282, customer_id: 72, order_date: new Date("2022-03-21T18:55:48Z"), total_amount: "66.98" },
            { order_id: 283, customer_id: 114, order_date: new Date("2021-02-25T13:58:09Z"), total_amount: "3111.76" },
            { order_id: 284, customer_id: 273, order_date: new Date("2022-05-30T17:59:28Z"), total_amount: "65.50" },
            { order_id: 285, customer_id: 66, order_date: new Date("2021-04-29T19:01:35Z"), total_amount: "1554.71" },
            { order_id: 286, customer_id: 236, order_date: new Date("2020-12-10T12:31:33Z"), total_amount: "4014.70" },
            { order_id: 287, customer_id: 266, order_date: new Date("2020-01-20T16:04:20Z"), total_amount: "4051.37" },
            { order_id: 288, customer_id: 241, order_date: new Date("2022-01-23T14:37:05Z"), total_amount: "796.13" },
            { order_id: 289, customer_id: 156, order_date: new Date("2022-04-19T16:13:37Z"), total_amount: null },
            { order_id: 290, customer_id: 36, order_date: new Date("2020-07-15T18:36:40Z"), total_amount: null },
            { order_id: 291, customer_id: 265, order_date: new Date("2023-07-15T14:51:52Z"), total_amount: "1236.29" },
            { order_id: 292, customer_id: 186, order_date: new Date("2022-07-11T10:24:05Z"), total_amount: "554.51" },
            { order_id: 293, customer_id: 199, order_date: new Date("2020-05-16T19:29:23Z"), total_amount: "3461.56" },
            { order_id: 294, customer_id: 135, order_date: new Date("2023-09-07T12:17:09Z"), total_amount: "1318.03" },
            { order_id: 295, customer_id: 169, order_date: new Date("2022-12-10T09:23:28Z"), total_amount: "1418.89" },
            { order_id: 296, customer_id: 269, order_date: new Date("2023-11-13T07:14:25Z"), total_amount: "4067.91" },
            { order_id: 297, customer_id: 46, order_date: new Date("2023-01-14T10:38:59Z"), total_amount: "27.89" },
            { order_id: 298, customer_id: 212, order_date: new Date("2021-07-27T17:22:49Z"), total_amount: "4297.72" },
            { order_id: 299, customer_id: 197, order_date: new Date("2020-12-22T12:01:03Z"), total_amount: "2033.15" },
            { order_id: 300, customer_id: 143, order_date: new Date("2022-10-28T17:41:33Z"), total_amount: "3563.18" },
            { order_id: 301, customer_id: 191, order_date: new Date("2023-09-11T15:35:17Z"), total_amount: null },
            { order_id: 302, customer_id: 88, order_date: new Date("2023-11-14T13:18:23Z"), total_amount: "3505.85" },
            { order_id: 303, customer_id: 258, order_date: new Date("2020-06-11T11:22:12Z"), total_amount: "48.50" },
            { order_id: 304, customer_id: 236, order_date: new Date("2020-12-19T19:47:02Z"), total_amount: "1134.40" },
            { order_id: 305, customer_id: 165, order_date: new Date("2023-02-19T16:29:41Z"), total_amount: "124.30" },
            { order_id: 306, customer_id: 261, order_date: new Date("2021-06-28T18:26:44Z"), total_amount: "289.82" },
            { order_id: 307, customer_id: 130, order_date: new Date("2023-06-18T18:31:20Z"), total_amount: "1882.72" },
            { order_id: 308, customer_id: 232, order_date: new Date("2022-11-12T12:13:34Z"), total_amount: null },
            { order_id: 309, customer_id: 18, order_date: new Date("2020-05-03T13:03:01Z"), total_amount: "1.41" },
            { order_id: 310, customer_id: 98, order_date: new Date("2020-03-03T18:35:49Z"), total_amount: "6.18" },
            { order_id: 311, customer_id: 201, order_date: new Date("2020-12-27T11:51:03Z"), total_amount: "1552.95" },
            { order_id: 312, customer_id: 232, order_date: new Date("2020-01-20T11:38:23Z"), total_amount: "3667.90" },
            { order_id: 313, customer_id: 123, order_date: new Date("2023-05-04T11:03:14Z"), total_amount: "1015.55" },
            { order_id: 314, customer_id: 109, order_date: new Date("2023-10-08T16:47:17Z"), total_amount: "2985.30" },
            { order_id: 315, customer_id: 231, order_date: new Date("2020-02-05T13:51:08Z"), total_amount: "160.98" },
            { order_id: 316, customer_id: 193, order_date: new Date("2021-11-24T08:15:20Z"), total_amount: "1634.82" },
            { order_id: 317, customer_id: 49, order_date: new Date("2023-10-21T14:53:55Z"), total_amount: "3495.93" },
            { order_id: 318, customer_id: 259, order_date: new Date("2023-07-17T19:02:27Z"), total_amount: "1656.68" },
            { order_id: 319, customer_id: 248, order_date: new Date("2020-05-26T15:24:53Z"), total_amount: "739.39" },
            { order_id: 320, customer_id: 52, order_date: new Date("2023-12-08T11:23:29Z"), total_amount: "3373.81" },
            { order_id: 321, customer_id: 40, order_date: new Date("2020-01-22T14:29:08Z"), total_amount: "4280.58" },
            { order_id: 322, customer_id: 256, order_date: new Date("2021-12-31T12:35:48Z"), total_amount: null },
            { order_id: 323, customer_id: 40, order_date: new Date("2022-02-11T10:09:30Z"), total_amount: "1487.01" },
            { order_id: 324, customer_id: 232, order_date: new Date("2020-07-21T15:37:20Z"), total_amount: "417.53" },
            { order_id: 325, customer_id: 33, order_date: new Date("2021-09-05T09:21:12Z"), total_amount: "594.03" },
            { order_id: 326, customer_id: 87, order_date: new Date("2023-07-17T12:06:12Z"), total_amount: null },
            { order_id: 327, customer_id: 99, order_date: new Date("2020-03-24T13:45:18Z"), total_amount: "1.29" },
            { order_id: 328, customer_id: 104, order_date: new Date("2022-01-07T18:38:00Z"), total_amount: "2121.66" },
            { order_id: 329, customer_id: 201, order_date: new Date("2022-05-21T14:28:16Z"), total_amount: "442.35" },
            { order_id: 330, customer_id: 10, order_date: new Date("2022-08-12T16:57:49Z"), total_amount: "765.10" },
            { order_id: 331, customer_id: 62, order_date: new Date("2022-03-02T11:47:42Z"), total_amount: "530.41" },
            { order_id: 332, customer_id: 295, order_date: new Date("2020-02-05T17:08:06Z"), total_amount: "3539.98" },
            { order_id: 333, customer_id: 278, order_date: new Date("2023-01-15T10:27:43Z"), total_amount: "70.40" },
            { order_id: 334, customer_id: 240, order_date: new Date("2023-03-03T12:01:07Z"), total_amount: "1005.63" },
            { order_id: 335, customer_id: 32, order_date: new Date("2023-12-11T17:44:15Z"), total_amount: null },
            { order_id: 336, customer_id: 147, order_date: new Date("2020-10-31T08:26:19Z"), total_amount: "665.53" },
            { order_id: 337, customer_id: 173, order_date: new Date("2020-04-10T18:30:22Z"), total_amount: "434.90" },
            { order_id: 338, customer_id: 79, order_date: new Date("2023-04-04T16:24:32Z"), total_amount: "2258.92" },
            { order_id: 339, customer_id: 195, order_date: new Date("2023-06-29T10:54:35Z"), total_amount: "34.40" },
            { order_id: 340, customer_id: 47, order_date: new Date("2022-02-03T13:26:24Z"), total_amount: "251.68" },
            { order_id: 341, customer_id: 236, order_date: new Date("2021-01-08T16:13:49Z"), total_amount: "420.58" },
            { order_id: 342, customer_id: 130, order_date: new Date("2020-11-14T09:36:44Z"), total_amount: "2868.81" },
            { order_id: 343, customer_id: 195, order_date: new Date("2022-11-03T10:53:35Z"), total_amount: "1449.48" },
            { order_id: 344, customer_id: 193, order_date: new Date("2022-07-11T12:04:32Z"), total_amount: null },
            { order_id: 345, customer_id: 70, order_date: new Date("2020-02-20T15:38:09Z"), total_amount: "1759.23" },
            { order_id: 346, customer_id: 110, order_date: new Date("2021-04-28T15:56:25Z"), total_amount: "1313.39" },
            { order_id: 347, customer_id: 149, order_date: new Date("2022-12-01T10:20:43Z"), total_amount: "2046.27" },
            { order_id: 348, customer_id: 38, order_date: new Date("2020-12-29T13:54:07Z"), total_amount: "1300.99" },
            { order_id: 349, customer_id: 264, order_date: new Date("2023-12-25T11:12:15Z"), total_amount: "122.61" },
            { order_id: 350, customer_id: 75, order_date: new Date("2023-11-03T10:32:40Z"), total_amount: "2611.26" },
            { order_id: 351, customer_id: 234, order_date: new Date("2020-02-22T18:34:26Z"), total_amount: "2833.71" },
            { order_id: 352, customer_id: 256, order_date: new Date("2020-01-17T08:28:21Z"), total_amount: "2706.22" },
            { order_id: 353, customer_id: 77, order_date: new Date("2022-04-29T17:11:00Z"), total_amount: null },
            { order_id: 354, customer_id: 30, order_date: new Date("2021-05-02T09:39:06Z"), total_amount: "124.74" },
            { order_id: 355, customer_id: 89, order_date: new Date("2022-05-10T17:55:11Z"), total_amount: "1262.06" },
            { order_id: 356, customer_id: 197, order_date: new Date("2023-01-03T18:49:53Z"), total_amount: "1511.31" },
            { order_id: 357, customer_id: 152, order_date: new Date("2023-08-09T13:16:28Z"), total_amount: "4046.23" },
            { order_id: 358, customer_id: 159, order_date: new Date("2020-06-30T10:53:43Z"), total_amount: "101.84" },
            { order_id: 359, customer_id: 224, order_date: new Date("2023-01-29T09:36:44Z"), total_amount: null },
            { order_id: 360, customer_id: 144, order_date: new Date("2020-03-19T10:29:40Z"), total_amount: "4477.74" },
            { order_id: 361, customer_id: 271, order_date: new Date("2020-06-13T14:41:46Z"), total_amount: "2756.87" },
            { order_id: 362, customer_id: 117, order_date: new Date("2022-01-01T14:33:55Z"), total_amount: "1111.13" },
            { order_id: 363, customer_id: 204, order_date: new Date("2023-11-30T10:41:36Z"), total_amount: "4182.35" },
            { order_id: 364, customer_id: 46, order_date: new Date("2020-08-16T12:24:38Z"), total_amount: "30.56" },
            { order_id: 365, customer_id: 138, order_date: new Date("2020-10-16T04:06:49Z"), total_amount: "942.25" },
            { order_id: 366, customer_id: 78, order_date: new Date("2022-01-06T16:13:41Z"), total_amount: "4183.34" },
            { order_id: 367, customer_id: 290, order_date: new Date("2023-07-19T09:13:16Z"), total_amount: "9.99" },
            { order_id: 368, customer_id: 208, order_date: new Date("2020-01-23T09:52:00Z"), total_amount: null },
            { order_id: 369, customer_id: 270, order_date: new Date("2022-08-26T15:40:33Z"), total_amount: "141.04" },
            { order_id: 370, customer_id: 50, order_date: new Date("2022-12-02T09:15:28Z"), total_amount: "102.25" },
            { order_id: 371, customer_id: 251, order_date: new Date("2021-01-05T15:14:08Z"), total_amount: "114.17" },
            { order_id: 372, customer_id: 1, order_date: new Date("2021-03-31T11:36:20Z"), total_amount: "4815.71" },
            { order_id: 373, customer_id: 160, order_date: new Date("2020-10-04T13:22:13Z"), total_amount: "993.55" },
            { order_id: 374, customer_id: 61, order_date: new Date("2020-10-02T09:15:46Z"), total_amount: "1757.05" },
            { order_id: 375, customer_id: 77, order_date: new Date("2020-06-10T12:50:31Z"), total_amount: "14.01" },
            { order_id: 376, customer_id: 250, order_date: new Date("2023-01-23T16:28:27Z"), total_amount: "2076.86" },
            { order_id: 377, customer_id: 210, order_date: new Date("2023-08-30T10:51:35Z"), total_amount: "1029.18" },
            { order_id: 378, customer_id: 227, order_date: new Date("2021-10-26T13:15:51Z"), total_amount: "3081.94" },
            { order_id: 379, customer_id: 252, order_date: new Date("2023-10-31T04:08:41Z"), total_amount: null },
            { order_id: 380, customer_id: 270, order_date: new Date("2023-07-26T07:05:16Z"), total_amount: "3668.91" },
            { order_id: 381, customer_id: 99, order_date: new Date("2022-03-17T15:41:20Z"), total_amount: "2289.53" },
            { order_id: 382, customer_id: 165, order_date: new Date("2021-05-08T13:50:35Z"), total_amount: null },
            { order_id: 383, customer_id: 106, order_date: new Date("2022-11-27T09:19:05Z"), total_amount: "526.97" },
            { order_id: 384, customer_id: 40, order_date: new Date("2020-10-25T15:40:20Z"), total_amount: "3677.41" },
            { order_id: 385, customer_id: 300, order_date: new Date("2022-05-05T09:57:11Z"), total_amount: null },
            { order_id: 386, customer_id: 120, order_date: new Date("2021-05-10T15:21:41Z"), total_amount: "3004.04" },
            { order_id: 387, customer_id: 208, order_date: new Date("2021-04-23T13:02:38Z"), total_amount: "3423.73" },
            { order_id: 388, customer_id: 276, order_date: new Date("2021-07-03T17:18:34Z"), total_amount: "437.84" },
            { order_id: 389, customer_id: 59, order_date: new Date("2020-08-30T14:35:19Z"), total_amount: "3635.35" },
            { order_id: 390, customer_id: 253, order_date: new Date("2022-08-01T14:31:10Z"), total_amount: "77.91" },
            { order_id: 391, customer_id: 231, order_date: new Date("2021-09-29T11:56:13Z"), total_amount: "2770.27" },
            { order_id: 392, customer_id: 148, order_date: new Date("2021-07-04T13:04:43Z"), total_amount: "3809.36" },
            { order_id: 393, customer_id: 272, order_date: new Date("2023-03-21T13:30:36Z"), total_amount: "3256.62" },
            { order_id: 394, customer_id: 18, order_date: new Date("2020-03-13T10:49:41Z"), total_amount: "3239.99" },
            { order_id: 395, customer_id: 83, order_date: new Date("2023-10-14T17:55:06Z"), total_amount: "46.48" },
            { order_id: 396, customer_id: 246, order_date: new Date("2022-04-13T16:18:32Z"), total_amount: "2.60" },
            { order_id: 397, customer_id: 48, order_date: new Date("2022-07-12T08:28:49Z"), total_amount: "4952.72" },
            { order_id: 398, customer_id: 1, order_date: new Date("2021-01-16T07:52:10Z"), total_amount: "2791.33" },
            { order_id: 399, customer_id: 83, order_date: new Date("2021-10-07T14:45:13Z"), total_amount: "2699.31" },
            { order_id: 400, customer_id: 50, order_date: new Date("2023-11-03T12:34:25Z"), total_amount: "14.55" },
            { order_id: 401, customer_id: 10, order_date: new Date("2022-03-07T12:28:26Z"), total_amount: "2482.33" },
            { order_id: 402, customer_id: 278, order_date: new Date("2023-03-07T09:03:00Z"), total_amount: "225.31" },
            { order_id: 403, customer_id: 159, order_date: new Date("2020-05-17T14:52:08Z"), total_amount: "114.70" },
            { order_id: 404, customer_id: 143, order_date: new Date("2023-02-10T16:33:21Z"), total_amount: "1340.14" },
            { order_id: 405, customer_id: 131, order_date: new Date("2021-06-07T09:32:25Z"), total_amount: "408.79" },
            { order_id: 406, customer_id: 157, order_date: new Date("2023-06-17T16:23:28Z"), total_amount: "21.44" },
            { order_id: 407, customer_id: 134, order_date: new Date("2022-06-17T15:36:57Z"), total_amount: "2992.59" },
            { order_id: 408, customer_id: 255, order_date: new Date("2020-02-16T13:36:21Z"), total_amount: "253.61" },
            { order_id: 409, customer_id: 111, order_date: new Date("2022-10-07T09:36:10Z"), total_amount: "1121.77" },
            { order_id: 410, customer_id: 79, order_date: new Date("2020-06-07T17:33:10Z"), total_amount: "3572.16" },
            { order_id: 411, customer_id: 143, order_date: new Date("2021-10-17T14:05:49Z"), total_amount: "2046.56" },
            { order_id: 412, customer_id: 272, order_date: new Date("2023-06-19T11:05:52Z"), total_amount: "273.96" },
            { order_id: 413, customer_id: 136, order_date: new Date("2022-09-23T14:13:45Z"), total_amount: "3664.14" },
            { order_id: 414, customer_id: 149, order_date: new Date("2022-04-13T12:10:15Z"), total_amount: "917.35" },
            { order_id: 415, customer_id: 50, order_date: new Date("2021-11-25T14:10:49Z"), total_amount: "59.15" },
            { order_id: 416, customer_id: 206, order_date: new Date("2021-11-08T19:03:36Z"), total_amount: "4274.91" },
            { order_id: 417, customer_id: 211, order_date: new Date("2023-01-02T13:39:26Z"), total_amount: "85.90" },
            { order_id: 418, customer_id: 285, order_date: new Date("2020-08-30T06:16:34Z"), total_amount: "2212.15" },
            { order_id: 419, customer_id: 96, order_date: new Date("2023-10-11T16:07:09Z"), total_amount: null },
            { order_id: 420, customer_id: 61, order_date: new Date("2020-05-08T19:21:42Z"), total_amount: "956.73" },
            { order_id: 421, customer_id: 207, order_date: new Date("2022-11-29T13:58:48Z"), total_amount: "31.73" },
            { order_id: 422, customer_id: 180, order_date: new Date("2023-01-16T10:48:01Z"), total_amount: "3579.74" },
            { order_id: 423, customer_id: 12, order_date: new Date("2021-02-10T09:17:41Z"), total_amount: "77.14" },
            { order_id: 424, customer_id: 175, order_date: new Date("2020-05-07T16:38:09Z"), total_amount: "21.17" },
            { order_id: 425, customer_id: 97, order_date: new Date("2022-01-20T19:51:37Z"), total_amount: "4688.52" },
            { order_id: 426, customer_id: 277, order_date: new Date("2023-02-14T15:02:06Z"), total_amount: "56.45" },
            { order_id: 427, customer_id: 80, order_date: new Date("2023-01-30T06:35:30Z"), total_amount: null },
            { order_id: 428, customer_id: 59, order_date: new Date("2020-11-30T10:44:59Z"), total_amount: "4257.48" },
            { order_id: 429, customer_id: 11, order_date: new Date("2021-05-28T13:46:34Z"), total_amount: "737.44" },
            { order_id: 430, customer_id: 101, order_date: new Date("2020-04-26T17:40:11Z"), total_amount: "460.83" },
            { order_id: 431, customer_id: 213, order_date: new Date("2022-12-08T14:54:40Z"), total_amount: null },
            { order_id: 432, customer_id: 53, order_date: new Date("2022-12-24T13:46:14Z"), total_amount: "3679.26" },
            { order_id: 433, customer_id: 160, order_date: new Date("2021-11-10T14:20:18Z"), total_amount: null },
            { order_id: 434, customer_id: 6, order_date: new Date("2020-04-06T08:02:34Z"), total_amount: "2245.90" },
            { order_id: 435, customer_id: 148, order_date: new Date("2022-09-28T17:52:15Z"), total_amount: "1169.25" },
            { order_id: 436, customer_id: 277, order_date: new Date("2023-10-26T14:44:09Z"), total_amount: "2575.73" },
            { order_id: 437, customer_id: 149, order_date: new Date("2022-01-10T17:57:05Z"), total_amount: "2656.28" },
            { order_id: 438, customer_id: 182, order_date: new Date("2023-10-22T19:53:33Z"), total_amount: "3347.31" },
            { order_id: 439, customer_id: 177, order_date: new Date("2023-10-18T21:32:26Z"), total_amount: "97.70" },
            { order_id: 440, customer_id: 184, order_date: new Date("2020-12-04T13:43:54Z"), total_amount: null },
            { order_id: 441, customer_id: 244, order_date: new Date("2020-03-05T10:50:36Z"), total_amount: "2.13" },
            { order_id: 442, customer_id: 123, order_date: new Date("2020-04-27T10:35:20Z"), total_amount: "1074.46" },
            { order_id: 443, customer_id: 221, order_date: new Date("2022-11-12T11:15:58Z"), total_amount: "806.18" },
            { order_id: 444, customer_id: 262, order_date: new Date("2022-11-22T17:47:39Z"), total_amount: "1097.97" },
            { order_id: 445, customer_id: 129, order_date: new Date("2022-01-11T14:43:04Z"), total_amount: "2612.24" },
            { order_id: 446, customer_id: 186, order_date: new Date("2021-02-14T13:37:52Z"), total_amount: null },
            { order_id: 447, customer_id: 31, order_date: new Date("2023-04-30T10:41:11Z"), total_amount: "448.56" },
            { order_id: 448, customer_id: 238, order_date: new Date("2022-08-22T16:04:31Z"), total_amount: "2597.16" },
            { order_id: 449, customer_id: 69, order_date: new Date("2020-08-30T10:12:27Z"), total_amount: "3224.31" },
            { order_id: 450, customer_id: 14, order_date: new Date("2021-06-18T17:52:44Z"), total_amount: "2723.30" },
            { order_id: 451, customer_id: 204, order_date: new Date("2020-12-15T17:43:54Z"), total_amount: "1003.41" },
            { order_id: 452, customer_id: 165, order_date: new Date("2020-02-24T17:48:22Z"), total_amount: "3.68" },
            { order_id: 453, customer_id: 296, order_date: new Date("2021-07-27T09:25:44Z"), total_amount: "34.12" },
            { order_id: 454, customer_id: 76, order_date: new Date("2020-05-19T02:00:50Z"), total_amount: "1714.42" },
            { order_id: 455, customer_id: 260, order_date: new Date("2020-01-18T16:42:43Z"), total_amount: "3918.71" },
            { order_id: 456, customer_id: 31, order_date: new Date("2021-07-27T10:46:48Z"), total_amount: "2740.60" },
            { order_id: 457, customer_id: 206, order_date: new Date("2020-11-27T07:35:35Z"), total_amount: "2728.97" },
            { order_id: 458, customer_id: 54, order_date: new Date("2022-10-03T09:14:11Z"), total_amount: "32.64" },
            { order_id: 459, customer_id: 247, order_date: new Date("2023-12-30T12:59:54Z"), total_amount: "1571.95" },
            { order_id: 460, customer_id: 162, order_date: new Date("2022-08-16T12:08:48Z"), total_amount: "181.36" },
            { order_id: 461, customer_id: 89, order_date: new Date("2022-05-09T16:36:57Z"), total_amount: "634.24" },
            { order_id: 462, customer_id: 61, order_date: new Date("2023-12-24T10:05:22Z"), total_amount: "2831.98" },
            { order_id: 463, customer_id: 66, order_date: new Date("2023-11-04T15:56:35Z"), total_amount: "1380.66" },
            { order_id: 464, customer_id: 25, order_date: new Date("2020-02-26T11:39:00Z"), total_amount: "47.18" },
            { order_id: 465, customer_id: 162, order_date: new Date("2023-11-25T15:11:01Z"), total_amount: "176.51" },
            { order_id: 466, customer_id: 181, order_date: new Date("2020-12-18T13:05:19Z"), total_amount: "24.18" },
            { order_id: 467, customer_id: 221, order_date: new Date("2020-05-24T12:18:26Z"), total_amount: "500.34" },
            { order_id: 468, customer_id: 61, order_date: new Date("2021-08-22T08:47:47Z"), total_amount: "325.64" },
            { order_id: 469, customer_id: 175, order_date: new Date("2023-08-05T15:35:01Z"), total_amount: "119.84" },
            { order_id: 470, customer_id: 238, order_date: new Date("2020-05-13T11:26:12Z"), total_amount: null },
            { order_id: 471, customer_id: 106, order_date: new Date("2022-10-04T15:08:37Z"), total_amount: "2598.01" },
            { order_id: 472, customer_id: 186, order_date: new Date("2023-12-13T07:29:15Z"), total_amount: "1289.17" },
            { order_id: 473, customer_id: 111, order_date: new Date("2023-04-18T15:03:47Z"), total_amount: null },
            { order_id: 474, customer_id: 122, order_date: new Date("2022-11-23T10:00:40Z"), total_amount: "2121.42" },
            { order_id: 475, customer_id: 8, order_date: new Date("2022-11-24T09:00:46Z"), total_amount: null },
            { order_id: 476, customer_id: 173, order_date: new Date("2020-06-10T11:42:16Z"), total_amount: "2330.09" },
            { order_id: 477, customer_id: 258, order_date: new Date("2021-07-09T16:31:08Z"), total_amount: "576.71" },
            { order_id: 478, customer_id: 15, order_date: new Date("2021-10-07T14:47:56Z"), total_amount: "401.95" },
            { order_id: 479, customer_id: 244, order_date: new Date("2020-05-11T16:46:21Z"), total_amount: "1420.82" },
            { order_id: 480, customer_id: 206, order_date: new Date("2022-08-22T09:50:53Z"), total_amount: "816.56" },
            { order_id: 481, customer_id: 11, order_date: new Date("2023-04-29T08:29:55Z"), total_amount: "2268.95" },
            { order_id: 482, customer_id: 142, order_date: new Date("2021-06-07T12:39:47Z"), total_amount: "133.97" },
            { order_id: 483, customer_id: 120, order_date: new Date("2020-02-06T11:43:46Z"), total_amount: "4919.61" },
            { order_id: 484, customer_id: 207, order_date: new Date("2021-05-06T15:09:52Z"), total_amount: "1.16" },
            { order_id: 485, customer_id: 151, order_date: new Date("2022-01-14T12:55:38Z"), total_amount: "2.47" },
            { order_id: 486, customer_id: 276, order_date: new Date("2021-12-01T13:42:21Z"), total_amount: "4426.17" },
            { order_id: 487, customer_id: 157, order_date: new Date("2021-07-31T16:15:47Z"), total_amount: "2792.88" },
            { order_id: 488, customer_id: 112, order_date: new Date("2023-12-12T13:11:14Z"), total_amount: "2325.33" },
            { order_id: 489, customer_id: 58, order_date: new Date("2023-07-15T09:27:16Z"), total_amount: "949.30" },
            { order_id: 490, customer_id: 276, order_date: new Date("2022-08-19T17:23:12Z"), total_amount: "927.36" },
            { order_id: 491, customer_id: 93, order_date: new Date("2021-09-07T11:50:49Z"), total_amount: "1473.71" },
            { order_id: 492, customer_id: 72, order_date: new Date("2022-11-19T14:05:16Z"), total_amount: "4987.30" },
            { order_id: 493, customer_id: 259, order_date: new Date("2021-07-19T06:59:11Z"), total_amount: "301.11" },
            { order_id: 494, customer_id: 83, order_date: new Date("2023-08-20T13:15:05Z"), total_amount: "2922.38" },
            { order_id: 495, customer_id: 115, order_date: new Date("2023-04-07T14:53:56Z"), total_amount: "107.91" },
            { order_id: 496, customer_id: 177, order_date: new Date("2022-11-28T12:06:03Z"), total_amount: "3149.79" },
            { order_id: 497, customer_id: 89, order_date: new Date("2022-03-09T18:06:33Z"), total_amount: "1.17" },
            { order_id: 498, customer_id: 151, order_date: new Date("2022-08-25T11:28:20Z"), total_amount: "677.76" },
            { order_id: 499, customer_id: 245, order_date: new Date("2022-09-17T14:59:01Z"), total_amount: "1059.87" },
            { order_id: 500, customer_id: 228, order_date: new Date("2021-02-11T17:25:09Z"), total_amount: "1140.72" },
        ],
    });
    await prisma.product_categories.createMany({
        data: [
            { category_id: 1, category_name: "appliances" },
            { category_id: 2, category_name: "jewelry furniture" },
            { category_id: 3, category_name: "groceries" },
            { category_id: 4, category_name: "home" },
            { category_id: 5, category_name: "electronics seasonal sports" },
            { category_id: 6, category_name: "books" },
            { category_id: 7, category_name: "pet" },
            { category_id: 8, category_name: "clothing appliances" },
            { category_id: 9, category_name: "tools accessories" },
            { category_id: 10, category_name: "appliances tools garden" },
        ],
    });
    await prisma.products.createMany({
        data: [
            { product_id: 1, product_name: "Mini Watch", category_id: 10, price: "267.87", stock_quantity: 561 },
            { product_id: 2, product_name: "Ultra Chair", category_id: 6, price: "104.58", stock_quantity: 872 },
            { product_id: 3, product_name: "Vintage Mug", category_id: 8, price: "115.90", stock_quantity: 880 },
            { product_id: 4, product_name: "Premium Umbrella", category_id: 6, price: "300.55", stock_quantity: 164 },
            { product_id: 5, product_name: "Vintage Jacket", category_id: 8, price: "79.37", stock_quantity: 6 },
            { product_id: 6, product_name: "Mini Kettle", category_id: 6, price: "20.65", stock_quantity: 737 },
            { product_id: 7, product_name: "Smart Keyboard", category_id: 3, price: "6.31", stock_quantity: 0 },
            { product_id: 8, product_name: "Essential Pan", category_id: 4, price: null, stock_quantity: 769 },
            { product_id: 9, product_name: "Pro Tent", category_id: 7, price: null, stock_quantity: null },
            { product_id: 10, product_name: "Folding Router", category_id: 5, price: "345.92", stock_quantity: 313 },
            { product_id: 11, product_name: "Ultra Speaker", category_id: 7, price: "2.29", stock_quantity: 38 },
            { product_id: 12, product_name: "Essential Router", category_id: 6, price: "13.76", stock_quantity: 323 },
            { product_id: 13, product_name: "Portable Kettle", category_id: 2, price: "28.83", stock_quantity: 5 },
            { product_id: 14, product_name: "Essential Keyboard", category_id: 3, price: "379.94", stock_quantity: 103 },
            { product_id: 15, product_name: "Pro Blender", category_id: 6, price: "165.45", stock_quantity: 764 },
            { product_id: 16, product_name: "Pro Backpack", category_id: 2, price: "319.45", stock_quantity: 291 },
            { product_id: 17, product_name: "Heavy Duty Charger", category_id: 1, price: "398.96", stock_quantity: 1 },
            { product_id: 18, product_name: "Smart Keyboard", category_id: 7, price: "476.70", stock_quantity: 246 },
            { product_id: 19, product_name: "Wireless Planter", category_id: 10, price: "32.60", stock_quantity: 822 },
            { product_id: 20, product_name: "Compact Headphones", category_id: 8, price: "446.11", stock_quantity: 97 },
            { product_id: 21, product_name: "Eco Tent", category_id: 4, price: "242.91", stock_quantity: 307 },
            { product_id: 22, product_name: "Mini Tent", category_id: 1, price: "38.93", stock_quantity: 153 },
            { product_id: 23, product_name: "Travel Router", category_id: 8, price: "122.41", stock_quantity: 390 },
            { product_id: 24, product_name: "Wireless Jacket", category_id: 1, price: null, stock_quantity: null },
            { product_id: 25, product_name: "Standard Planter", category_id: 1, price: "244.81", stock_quantity: 775 },
            { product_id: 26, product_name: "Insulated Charger", category_id: 5, price: "8.42", stock_quantity: 552 },
            { product_id: 27, product_name: "Travel Kettle", category_id: 5, price: "209.58", stock_quantity: 198 },
            { product_id: 28, product_name: "Folding Toolkit", category_id: 6, price: "14.15", stock_quantity: 111 },
            { product_id: 29, product_name: "Insulated Keyboard", category_id: 9, price: null, stock_quantity: 119 },
            { product_id: 30, product_name: "Folding Lantern", category_id: 5, price: "306.90", stock_quantity: 0 },
            { product_id: 31, product_name: "Vintage Mug", category_id: 10, price: "400.15", stock_quantity: 411 },
            { product_id: 32, product_name: "Mini Router", category_id: 10, price: "272.57", stock_quantity: null },
            { product_id: 33, product_name: "Vintage Charger", category_id: 6, price: "284.75", stock_quantity: 610 },
            { product_id: 34, product_name: "Eco Watch", category_id: 2, price: "133.02", stock_quantity: 577 },
            { product_id: 35, product_name: "Slim Pan", category_id: 3, price: "35.42", stock_quantity: 32 },
            { product_id: 36, product_name: "Vintage Toolkit", category_id: 5, price: "363.21", stock_quantity: 18 },
            { product_id: 37, product_name: "Ultra Keyboard", category_id: 3, price: "192.65", stock_quantity: 12 },
            { product_id: 38, product_name: "Mini Watch", category_id: 2, price: "64.67", stock_quantity: 578 },
            { product_id: 39, product_name: "Insulated Notebook", category_id: 10, price: "426.24", stock_quantity: 146 },
            { product_id: 40, product_name: "Smart Toolkit", category_id: 8, price: "444.73", stock_quantity: 245 },
            { product_id: 41, product_name: "Slim Toolkit", category_id: 9, price: "426.80", stock_quantity: 411 },
            { product_id: 42, product_name: "Modern Backpack", category_id: 1, price: "4.90", stock_quantity: 199 },
            { product_id: 43, product_name: "Standard Planter", category_id: 1, price: "304.51", stock_quantity: 395 },
            { product_id: 44, product_name: "Pro Planter", category_id: 6, price: "204.89", stock_quantity: 8 },
            { product_id: 45, product_name: "Premium Planter", category_id: 1, price: "465.87", stock_quantity: 154 },
            { product_id: 46, product_name: "Classic Router", category_id: 1, price: "96.12", stock_quantity: 335 },
            { product_id: 47, product_name: "Deluxe Notebook", category_id: 4, price: "37.22", stock_quantity: 3 },
            { product_id: 48, product_name: "Vintage Jacket", category_id: 8, price: "48.71", stock_quantity: 83 },
            { product_id: 49, product_name: "Eco Backpack", category_id: 4, price: "406.23", stock_quantity: 648 },
            { product_id: 50, product_name: "Mini Umbrella", category_id: 10, price: "69.97", stock_quantity: 537 },
            { product_id: 51, product_name: "Pro Notebook", category_id: 5, price: "35.24", stock_quantity: 54 },
            { product_id: 52, product_name: "Slim Blender", category_id: 5, price: null, stock_quantity: 63 },
            { product_id: 53, product_name: "Travel Router", category_id: 7, price: "255.56", stock_quantity: 602 },
            { product_id: 54, product_name: "Premium Tripod", category_id: 5, price: "157.56", stock_quantity: 42 },
            { product_id: 55, product_name: "Portable Watch", category_id: 4, price: "60.18", stock_quantity: null },
            { product_id: 56, product_name: "Ultra Camera", category_id: 9, price: "2.21", stock_quantity: 145 },
            { product_id: 57, product_name: "Compact Desk Lamp", category_id: 6, price: "279.97", stock_quantity: 18 },
            { product_id: 58, product_name: "Deluxe Router", category_id: 5, price: "17.05", stock_quantity: 353 },
            { product_id: 59, product_name: "Wireless Mug", category_id: 5, price: "174.10", stock_quantity: 31 },
            { product_id: 60, product_name: "Eco Chair", category_id: 1, price: "52.75", stock_quantity: 379 },
            { product_id: 61, product_name: "Vintage Backpack", category_id: 5, price: "232.41", stock_quantity: 0 },
            { product_id: 62, product_name: "Essential Desk Lamp", category_id: 8, price: "71.28", stock_quantity: 31 },
            { product_id: 63, product_name: "Compact Chair", category_id: 4, price: null, stock_quantity: null },
            { product_id: 64, product_name: "Heavy Duty Router", category_id: 2, price: "28.99", stock_quantity: 499 },
            { product_id: 65, product_name: "Folding Lantern", category_id: 6, price: null, stock_quantity: 378 },
            { product_id: 66, product_name: "Insulated Notebook", category_id: 6, price: "100.53", stock_quantity: 336 },
            { product_id: 67, product_name: "Modern Bottle", category_id: 1, price: "30.39", stock_quantity: 20 },
            { product_id: 68, product_name: "Eco Desk Lamp", category_id: 6, price: "18.92", stock_quantity: 694 },
            { product_id: 69, product_name: "Mini Headphones", category_id: 9, price: null, stock_quantity: 16 },
            { product_id: 70, product_name: "Premium Keyboard", category_id: 6, price: "178.90", stock_quantity: 153 },
            { product_id: 71, product_name: "Heavy Duty Backpack", category_id: 10, price: "132.76", stock_quantity: 678 },
            { product_id: 72, product_name: "Folding Tent", category_id: 6, price: null, stock_quantity: null },
            { product_id: 73, product_name: "Vintage Notebook", category_id: 5, price: "439.55", stock_quantity: 87 },
            { product_id: 74, product_name: "Ultra Kettle", category_id: 3, price: "302.74", stock_quantity: 305 },
            { product_id: 75, product_name: "Smart Bottle", category_id: 4, price: "397.76", stock_quantity: null },
            { product_id: 76, product_name: "Wireless Camera", category_id: 4, price: "4.67", stock_quantity: 782 },
            { product_id: 77, product_name: "Heavy Duty Charger", category_id: 9, price: "181.71", stock_quantity: 234 },
            { product_id: 78, product_name: "Modern Tripod", category_id: 1, price: "3.45", stock_quantity: 969 },
            { product_id: 79, product_name: "Vintage Headphones", category_id: 7, price: "130.10", stock_quantity: 67 },
            { product_id: 80, product_name: "Pro Kettle", category_id: 7, price: "492.29", stock_quantity: 291 },
            { product_id: 81, product_name: "Ultra Toolkit", category_id: 9, price: "1.66", stock_quantity: 141 },
            { product_id: 82, product_name: "Standard Keyboard", category_id: 7, price: "69.06", stock_quantity: 63 },
            { product_id: 83, product_name: "Classic Toolkit", category_id: 7, price: "301.82", stock_quantity: 947 },
            { product_id: 84, product_name: "Wireless Toolkit", category_id: 8, price: "357.82", stock_quantity: 8 },
            { product_id: 85, product_name: "Deluxe Camera", category_id: 9, price: "1.24", stock_quantity: 439 },
            { product_id: 86, product_name: "Modern Blender", category_id: 4, price: "102.56", stock_quantity: 897 },
            { product_id: 87, product_name: "Modern Notebook", category_id: 4, price: "325.93", stock_quantity: 190 },
            { product_id: 88, product_name: "Premium Bottle", category_id: 9, price: null, stock_quantity: 370 },
            { product_id: 89, product_name: "Eco Pan", category_id: 1, price: "355.84", stock_quantity: 80 },
            { product_id: 90, product_name: "Vintage Chair", category_id: 2, price: "400.39", stock_quantity: null },
            { product_id: 91, product_name: "Wireless Mug", category_id: 3, price: "3.11", stock_quantity: 354 },
            { product_id: 92, product_name: "Insulated Toolkit", category_id: 1, price: "58.56", stock_quantity: 49 },
            { product_id: 93, product_name: "Smart Chair", category_id: 6, price: "291.67", stock_quantity: 299 },
            { product_id: 94, product_name: "Pro Pan", category_id: 2, price: "34.92", stock_quantity: 0 },
            { product_id: 95, product_name: "Mini Pan", category_id: 2, price: "212.89", stock_quantity: 203 },
            { product_id: 96, product_name: "Premium Bottle", category_id: 9, price: "1.29", stock_quantity: 77 },
            { product_id: 97, product_name: "Slim Jacket", category_id: 9, price: "402.55", stock_quantity: 617 },
            { product_id: 98, product_name: "Eco Router", category_id: 7, price: "251.67", stock_quantity: 28 },
            { product_id: 99, product_name: "Standard Tent", category_id: 2, price: "1.03", stock_quantity: 54 },
            { product_id: 100, product_name: "Portable Kettle", category_id: 4, price: "19.65", stock_quantity: 60 },
            { product_id: 101, product_name: "Heavy Duty Tripod", category_id: 5, price: "60.68", stock_quantity: null },
            { product_id: 102, product_name: "Ultra Lantern", category_id: 7, price: null, stock_quantity: 53 },
            { product_id: 103, product_name: "Wireless Tent", category_id: 5, price: "80.71", stock_quantity: 348 },
            { product_id: 104, product_name: "Premium Blender", category_id: 5, price: "473.83", stock_quantity: 742 },
            { product_id: 105, product_name: "Pro Pan", category_id: 9, price: "313.73", stock_quantity: 3 },
            { product_id: 106, product_name: "Eco Charger", category_id: 3, price: "213.17", stock_quantity: 822 },
            { product_id: 107, product_name: "Compact Camera", category_id: 8, price: "241.27", stock_quantity: 472 },
            { product_id: 108, product_name: "Standard Toolkit", category_id: 7, price: "446.77", stock_quantity: 72 },
            { product_id: 109, product_name: "Ultra Speaker", category_id: 8, price: "201.82", stock_quantity: 946 },
            { product_id: 110, product_name: "Ultra Chair", category_id: 10, price: "16.63", stock_quantity: null },
            { product_id: 111, product_name: "Eco Charger", category_id: 10, price: "38.82", stock_quantity: 413 },
            { product_id: 112, product_name: "Standard Bottle", category_id: 3, price: "297.37", stock_quantity: 908 },
            { product_id: 113, product_name: "Eco Backpack", category_id: 8, price: "220.39", stock_quantity: 104 },
            { product_id: 114, product_name: "Eco Jacket", category_id: 8, price: null, stock_quantity: 193 },
            { product_id: 115, product_name: "Compact Umbrella", category_id: 10, price: "18.48", stock_quantity: 476 },
            { product_id: 116, product_name: "Pro Mug", category_id: 1, price: null, stock_quantity: 240 },
            { product_id: 117, product_name: "Modern Tripod", category_id: 4, price: "29.26", stock_quantity: 42 },
            { product_id: 118, product_name: "Portable Umbrella", category_id: 5, price: "90.47", stock_quantity: 347 },
            { product_id: 119, product_name: "Travel Camera", category_id: 8, price: "36.08", stock_quantity: 858 },
            { product_id: 120, product_name: "Travel Camera", category_id: 7, price: "35.43", stock_quantity: 479 },
            { product_id: 121, product_name: "Ultra Blender", category_id: 3, price: "157.63", stock_quantity: 70 },
            { product_id: 122, product_name: "Ultra Router", category_id: 7, price: "451.13", stock_quantity: 1 },
            { product_id: 123, product_name: "Compact Keyboard", category_id: 3, price: "62.80", stock_quantity: 731 },
            { product_id: 124, product_name: "Classic Bottle", category_id: 10, price: "15.12", stock_quantity: 30 },
            { product_id: 125, product_name: "Slim Tent", category_id: 1, price: "79.82", stock_quantity: 265 },
            { product_id: 126, product_name: "Portable Blender", category_id: 1, price: "405.50", stock_quantity: 587 },
            { product_id: 127, product_name: "Insulated Backpack", category_id: 8, price: null, stock_quantity: 229 },
            { product_id: 128, product_name: "Classic Pan", category_id: 6, price: "3.74", stock_quantity: 407 },
            { product_id: 129, product_name: "Mini Headphones", category_id: 6, price: "364.41", stock_quantity: 190 },
            { product_id: 130, product_name: "Premium Toolkit", category_id: 5, price: "12.69", stock_quantity: 49 },
            { product_id: 131, product_name: "Insulated Headphones", category_id: 5, price: "133.90", stock_quantity: 9 },
            { product_id: 132, product_name: "Modern Lantern", category_id: 4, price: "91.96", stock_quantity: 523 },
            { product_id: 133, product_name: "Travel Watch", category_id: 5, price: null, stock_quantity: 67 },
            { product_id: 134, product_name: "Modern Tripod", category_id: 6, price: "59.26", stock_quantity: 784 },
            { product_id: 135, product_name: "Smart Umbrella", category_id: 10, price: null, stock_quantity: 482 },
            { product_id: 136, product_name: "Folding Toolkit", category_id: 9, price: "219.26", stock_quantity: 200 },
            { product_id: 137, product_name: "Compact Kettle", category_id: 4, price: "274.99", stock_quantity: 146 },
            { product_id: 138, product_name: "Essential Planter", category_id: 5, price: "130.38", stock_quantity: 323 },
            { product_id: 139, product_name: "Compact Toolkit", category_id: 10, price: "149.59", stock_quantity: 269 },
            { product_id: 140, product_name: "Portable Notebook", category_id: 2, price: "80.71", stock_quantity: 915 },
            { product_id: 141, product_name: "Pro Keyboard", category_id: 8, price: "41.90", stock_quantity: 253 },
            { product_id: 142, product_name: "Essential Bottle", category_id: 6, price: "57.26", stock_quantity: 54 },
            { product_id: 143, product_name: "Pro Router", category_id: 3, price: "313.21", stock_quantity: null },
            { product_id: 144, product_name: "Heavy Duty Tripod", category_id: 2, price: "28.14", stock_quantity: 605 },
            { product_id: 145, product_name: "Insulated Watch", category_id: 6, price: "152.81", stock_quantity: 262 },
            { product_id: 146, product_name: "Compact Lantern", category_id: 3, price: "67.35", stock_quantity: 931 },
            { product_id: 147, product_name: "Standard Planter", category_id: 9, price: null, stock_quantity: 171 },
            { product_id: 148, product_name: "Folding Mug", category_id: 8, price: "102.79", stock_quantity: 594 },
            { product_id: 149, product_name: "Premium Watch", category_id: 3, price: "448.88", stock_quantity: 304 },
            { product_id: 150, product_name: "Slim Kettle", category_id: 7, price: "393.03", stock_quantity: 675 },
            { product_id: 151, product_name: "Folding Desk Lamp", category_id: 9, price: "76.61", stock_quantity: 232 },
            { product_id: 152, product_name: "Compact Notebook", category_id: 2, price: "337.03", stock_quantity: 509 },
            { product_id: 153, product_name: "Essential Planter", category_id: 8, price: "103.54", stock_quantity: 785 },
            { product_id: 154, product_name: "Mini Toolkit", category_id: 3, price: "31.16", stock_quantity: 27 },
            { product_id: 155, product_name: "Compact Jacket", category_id: 5, price: "79.15", stock_quantity: null },
            { product_id: 156, product_name: "Wireless Charger", category_id: 8, price: "156.86", stock_quantity: 99 },
            { product_id: 157, product_name: "Smart Headphones", category_id: 1, price: "4.42", stock_quantity: 409 },
            { product_id: 158, product_name: "Standard Charger", category_id: 10, price: "427.56", stock_quantity: 653 },
            { product_id: 159, product_name: "Standard Mug", category_id: 10, price: "465.05", stock_quantity: 707 },
            { product_id: 160, product_name: "Mini Headphones", category_id: 2, price: "17.35", stock_quantity: null },
            { product_id: 161, product_name: "Folding Planter", category_id: 6, price: "108.43", stock_quantity: 281 },
            { product_id: 162, product_name: "Modern Jacket", category_id: 4, price: "11.79", stock_quantity: 560 },
            { product_id: 163, product_name: "Folding Router", category_id: 1, price: "335.11", stock_quantity: 805 },
            { product_id: 164, product_name: "Standard Toolkit", category_id: 8, price: "6.83", stock_quantity: 774 },
            { product_id: 165, product_name: "Compact Umbrella", category_id: 2, price: "273.44", stock_quantity: 548 },
            { product_id: 166, product_name: "Compact Watch", category_id: 10, price: "29.64", stock_quantity: 73 },
            { product_id: 167, product_name: "Modern Blender", category_id: 6, price: "172.85", stock_quantity: 680 },
            { product_id: 168, product_name: "Travel Monitor", category_id: 8, price: "2.05", stock_quantity: 17 },
            { product_id: 169, product_name: "Modern Charger", category_id: 3, price: "99.30", stock_quantity: 8 },
            { product_id: 170, product_name: "Essential Tripod", category_id: 2, price: "72.25", stock_quantity: 14 },
            { product_id: 171, product_name: "Standard Jacket", category_id: 6, price: "157.09", stock_quantity: 56 },
            { product_id: 172, product_name: "Heavy Duty Notebook", category_id: 10, price: "209.06", stock_quantity: null },
            { product_id: 173, product_name: "Modern Notebook", category_id: 3, price: "18.35", stock_quantity: null },
            { product_id: 174, product_name: "Folding Keyboard", category_id: 2, price: "343.18", stock_quantity: 651 },
            { product_id: 175, product_name: "Eco Umbrella", category_id: 4, price: "259.43", stock_quantity: 98 },
            { product_id: 176, product_name: "Slim Tripod", category_id: 9, price: "65.56", stock_quantity: 472 },
            { product_id: 177, product_name: "Vintage Monitor", category_id: 5, price: "247.93", stock_quantity: null },
            { product_id: 178, product_name: "Slim Notebook", category_id: 7, price: "92.70", stock_quantity: 874 },
            { product_id: 179, product_name: "Mini Kettle", category_id: 10, price: "58.51", stock_quantity: null },
            { product_id: 180, product_name: "Standard Notebook", category_id: 4, price: "432.61", stock_quantity: 951 },
            { product_id: 181, product_name: "Folding Desk Lamp", category_id: 5, price: "44.47", stock_quantity: 302 },
            { product_id: 182, product_name: "Smart Lantern", category_id: 2, price: "393.89", stock_quantity: 122 },
            { product_id: 183, product_name: "Heavy Duty Speaker", category_id: 9, price: "272.03", stock_quantity: 85 },
            { product_id: 184, product_name: "Premium Speaker", category_id: 4, price: "231.56", stock_quantity: 616 },
            { product_id: 185, product_name: "Modern Tent", category_id: 8, price: "33.01", stock_quantity: 669 },
            { product_id: 186, product_name: "Smart Router", category_id: 10, price: "292.44", stock_quantity: 0 },
            { product_id: 187, product_name: "Ultra Mug", category_id: 4, price: "3.55", stock_quantity: 247 },
            { product_id: 188, product_name: "Vintage Blender", category_id: 3, price: "369.96", stock_quantity: 778 },
            { product_id: 189, product_name: "Standard Umbrella", category_id: 5, price: "401.31", stock_quantity: 38 },
            { product_id: 190, product_name: "Insulated Toolkit", category_id: 5, price: "5.57", stock_quantity: 236 },
            { product_id: 191, product_name: "Travel Speaker", category_id: 8, price: "136.11", stock_quantity: 19 },
            { product_id: 192, product_name: "Smart Watch", category_id: 8, price: "2.21", stock_quantity: 480 },
            { product_id: 193, product_name: "Essential Desk Lamp", category_id: 9, price: "371.65", stock_quantity: 23 },
            { product_id: 194, product_name: "Classic Planter", category_id: 5, price: "192.52", stock_quantity: 22 },
            { product_id: 195, product_name: "Slim Router", category_id: 3, price: "435.85", stock_quantity: 2 },
            { product_id: 196, product_name: "Modern Bottle", category_id: 9, price: "2.50", stock_quantity: 17 },
            { product_id: 197, product_name: "Compact Chair", category_id: 1, price: "13.80", stock_quantity: 780 },
            { product_id: 198, product_name: "Premium Router", category_id: 3, price: "153.05", stock_quantity: 669 },
            { product_id: 199, product_name: "Eco Charger", category_id: 9, price: "76.48", stock_quantity: 0 },
            { product_id: 200, product_name: "Standard Tent", category_id: 10, price: null, stock_quantity: 968 },
        ],
    });
    await prisma.shipping_methods.createMany({
        data: [
            { shipping_method_id: 1, method_name: "sea curbside untracked", cost: "29.90" },
            { shipping_method_id: 2, method_name: "untracked drop-off", cost: "32.78" },
            { shipping_method_id: 3, method_name: "air curbside ground", cost: "80.40" },
            { shipping_method_id: 4, method_name: "overnight pickup", cost: "25.29" },
            { shipping_method_id: 5, method_name: "insured", cost: "6.22" },
        ],
    });
}

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