// Logistics Inventory Dataset (inventory-control-management-system) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.employees), 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.employees.createMany({
        data: [
            { id: 1, full_name: "Sara Costa", role: "Manager", hire_date: "2023-02-06", email: "sara.costa@example.net" },
            { id: 2, full_name: "Anna Dubois", role: "Manager", hire_date: "2020-02-08", email: "anna.dubois@example.com" },
            { id: 3, full_name: "Chen Chen", role: "Warehouse Staff", hire_date: "2018-03-23", email: null },
            { id: 4, full_name: "Yusuf Silva", role: "Warehouse Staff", hire_date: "2022-08-25", email: null },
            { id: 5, full_name: "Omar Garcia", role: "Warehouse Staff", hire_date: "2017-01-10", email: null },
            { id: 6, full_name: "Theo Torres", role: "Warehouse Staff", hire_date: "2020-06-30", email: null },
            { id: 7, full_name: "Mila Hoffmann", role: "Manager", hire_date: "2015-06-01", email: "mila.hoffmann@example.net" },
            { id: 8, full_name: "Rafael Weber", role: "Quality Inspector", hire_date: "2022-06-06", email: null },
            { id: 9, full_name: "Chloe Fischer", role: "Warehouse Staff", hire_date: "2020-01-06", email: null },
            { id: 10, full_name: "Victor Young", role: "Manager", hire_date: "2018-11-04", email: "victor.young@example.net" },
            { id: 11, full_name: "Elif Miller", role: "Manager", hire_date: "2019-10-05", email: "elif.miller@example.org" },
            { id: 12, full_name: "Maja Ahmed", role: "Manager", hire_date: "2017-10-01", email: "maja.ahmed@example.org" },
            { id: 13, full_name: "Chloe Gupta", role: "Warehouse Staff", hire_date: "2022-08-18", email: null },
            { id: 14, full_name: "Olivia Adams", role: "Warehouse Staff", hire_date: "2019-08-04", email: null },
            { id: 15, full_name: "Nour Khan", role: "Quality Inspector", hire_date: "2022-12-09", email: null },
            { id: 16, full_name: "Karim Pereira", role: "Manager", hire_date: "2021-03-28", email: "karim.pereira@example.org" },
            { id: 17, full_name: "Ruby Johnson", role: "Manager", hire_date: "2020-12-01", email: "ruby.johnson@example.com" },
            { id: 18, full_name: "Uma Diaz", role: "Manager", hire_date: "2019-10-21", email: "uma.diaz@example.net" },
            { id: 19, full_name: "Sara Adams", role: "Warehouse Staff", hire_date: "2020-05-27", email: null },
            { id: 20, full_name: "Leo Wagner", role: "Warehouse Staff", hire_date: "2022-01-30", email: null },
            { id: 21, full_name: "Tomas Moreau", role: "Warehouse Staff", hire_date: "2023-05-02", email: null },
            { id: 22, full_name: "Marco Flores", role: "Quality Inspector", hire_date: "2015-07-24", email: null },
            { id: 23, full_name: "Hugo Novak", role: "Manager", hire_date: "2019-12-26", email: "hugo.novak@example.com" },
            { id: 24, full_name: "Liam Wagner", role: "Warehouse Staff", hire_date: "2017-04-19", email: null },
            { id: 25, full_name: "Isaac Hansen", role: "Warehouse Staff", hire_date: "2018-09-17", email: null },
            { id: 26, full_name: "Pedro Chen", role: "Warehouse Staff", hire_date: "2022-10-26", email: null },
            { id: 27, full_name: "Nadia Mendes", role: "Quality Inspector", hire_date: "2022-10-14", email: null },
            { id: 28, full_name: "David Andersen", role: "Warehouse Staff", hire_date: "2019-03-26", email: null },
            { id: 29, full_name: "Ruby Vargas", role: "Manager", hire_date: "2019-04-29", email: "ruby.vargas@example.net" },
            { id: 30, full_name: "Yusuf Kowalski", role: "Quality Inspector", hire_date: "2020-02-15", email: null },
            { id: 31, full_name: "Andre Schmidt", role: "Manager", hire_date: "2023-09-14", email: "andre.schmidt@example.net" },
            { id: 32, full_name: "Karim Wright", role: "Manager", hire_date: "2021-08-08", email: "karim.wright@example.org" },
            { id: 33, full_name: "Sam Johnson", role: "Warehouse Staff", hire_date: "2016-11-11", email: null },
            { id: 34, full_name: "Hannah Martin", role: "Warehouse Staff", hire_date: "2016-03-10", email: null },
            { id: 35, full_name: "Zoe Mendes", role: "Manager", hire_date: "2019-03-18", email: "zoe.mendes@example.net" },
            { id: 36, full_name: "Olivia Dubois", role: "Warehouse Staff", hire_date: "2020-08-13", email: null },
            { id: 37, full_name: "Mila Kaya", role: "Warehouse Staff", hire_date: "2022-05-07", email: null },
            { id: 38, full_name: "Carlos Cruz", role: "Warehouse Staff", hire_date: "2021-01-22", email: null },
            { id: 39, full_name: "Oscar Davis", role: "Quality Inspector", hire_date: "2021-01-28", email: null },
            { id: 40, full_name: "Jonas Hoffmann", role: "Quality Inspector", hire_date: "2023-11-10", email: null },
            { id: 41, full_name: "Hugo Hansen", role: "Warehouse Staff", hire_date: "2022-09-29", email: null },
            { id: 42, full_name: "Mila Kowalski", role: "Warehouse Staff", hire_date: "2023-06-14", email: null },
            { id: 43, full_name: "Mei Moreau", role: "Warehouse Staff", hire_date: "2019-11-14", email: null },
            { id: 44, full_name: "Sam Rossi", role: "Manager", hire_date: "2023-09-22", email: "sam.rossi@example.net" },
            { id: 45, full_name: "Karim Nguyen", role: "Quality Inspector", hire_date: "2020-07-09", email: null },
            { id: 46, full_name: "Elif Tanaka", role: "Quality Inspector", hire_date: "2023-11-14", email: null },
            { id: 47, full_name: "Elif Dubois", role: "Quality Inspector", hire_date: "2023-11-03", email: null },
            { id: 48, full_name: "Zoe Sato", role: "Manager", hire_date: "2021-08-22", email: "zoe.sato@example.org" },
            { id: 49, full_name: "Liam Zhang", role: "Warehouse Staff", hire_date: "2018-03-29", email: null },
            { id: 50, full_name: "James Shah", role: "Manager", hire_date: "2019-08-29", email: "james.shah@example.org" },
        ],
    });
    await prisma.products.createMany({
        data: [
            { id: 1, product_name: "good machine consumable", category: "Electronics", price: "66.41", sku: "good-machine-consumable", stock_level: 582 },
            { id: 2, product_name: "merchandise collection", category: "Furniture", price: "882.02", sku: "merchandise-collection", stock_level: 379 },
            { id: 3, product_name: "inventory", category: "Electronics", price: "4.14", sku: "inventory", stock_level: 701 },
            { id: 4, product_name: "style bundle", category: "Electronics", price: "422.42", sku: "style-bundle", stock_level: 511 },
            { id: 5, product_name: "merchandise stock appliance", category: "Clothing", price: "991.89", sku: "merchandise-stock-appliance", stock_level: 300 },
            { id: 6, product_name: "widget model", category: "Electronics", price: "88.67", sku: "widget-model", stock_level: 174 },
            { id: 7, product_name: "brand gadget series", category: "Electronics", price: "897.18", sku: "brand-gadget-series", stock_level: 963 },
            { id: 8, product_name: "resource good fixture", category: "Electronics", price: "149.66", sku: "resource-good-fixture", stock_level: 135 },
            { id: 9, product_name: "style offering part", category: "Furniture", price: "957.44", sku: "style-offering-part", stock_level: 193 },
            { id: 10, product_name: "article range", category: "Furniture", price: "33.26", sku: "article-range", stock_level: 889 },
            { id: 11, product_name: "resource fixture", category: "Electronics", price: "68.76", sku: null, stock_level: 64 },
            { id: 12, product_name: "accessory label package", category: "Electronics", price: "643.76", sku: "accessory-label-package", stock_level: 470 },
            { id: 13, product_name: "parcel", category: "Electronics", price: "187.77", sku: "parcel", stock_level: 285 },
            { id: 14, product_name: "tool version", category: "Clothing", price: "55.02", sku: "tool-version", stock_level: 519 },
            { id: 15, product_name: "material bundle design", category: "Food", price: "9.40", sku: "material-bundle-design", stock_level: 707 },
            { id: 16, product_name: "resource", category: "Clothing", price: "576.54", sku: "resource", stock_level: 77 },
            { id: 17, product_name: "inventory", category: "Food", price: "314.89", sku: "inventory", stock_level: 22 },
            { id: 18, product_name: "lot fixture", category: "Electronics", price: "397.31", sku: "lot-fixture", stock_level: 213 },
            { id: 19, product_name: "resource merchandise", category: "Electronics", price: "876.04", sku: "resource-merchandise", stock_level: 273 },
            { id: 20, product_name: "bundle", category: "Electronics", price: "7.71", sku: "bundle", stock_level: 156 },
            { id: 21, product_name: "bundle supply equipment", category: "Food", price: "51.48", sku: "bundle-supply-equipment", stock_level: 516 },
            { id: 22, product_name: "tool consumable range", category: "Electronics", price: "576.27", sku: "tool-consumable-range", stock_level: 97 },
            { id: 23, product_name: "variety resource", category: "Food", price: "59.88", sku: "variety-resource", stock_level: 865 },
            { id: 24, product_name: "set", category: "Furniture", price: "121.28", sku: "set", stock_level: 212 },
            { id: 25, product_name: "range", category: "Electronics", price: "271.63", sku: "range", stock_level: 534 },
            { id: 26, product_name: "instrument", category: "Furniture", price: "9.69", sku: "instrument", stock_level: 44 },
            { id: 27, product_name: "freight", category: "Electronics", price: "409.19", sku: "freight", stock_level: 485 },
            { id: 28, product_name: "offering", category: "Electronics", price: "772.41", sku: "offering", stock_level: null },
            { id: 29, product_name: "instrument inventory variety", category: "Electronics", price: "37.96", sku: null, stock_level: 409 },
            { id: 30, product_name: "fixture freight", category: "Electronics", price: "70.22", sku: "fixture-freight", stock_level: 865 },
            { id: 31, product_name: "resource freight version", category: "Electronics", price: "81.92", sku: "resource-freight-version", stock_level: 402 },
            { id: 32, product_name: "gear line variety", category: "Electronics", price: "212.36", sku: "gear-line-variety", stock_level: 657 },
            { id: 33, product_name: "version collection", category: "Electronics", price: "138.73", sku: "version-collection", stock_level: 243 },
            { id: 34, product_name: "package version unit", category: "Electronics", price: "566.22", sku: "package-version-unit", stock_level: 365 },
            { id: 35, product_name: "lot machine", category: "Electronics", price: "585.18", sku: "lot-machine", stock_level: 32 },
            { id: 36, product_name: "widget resource line", category: "Electronics", price: "117.03", sku: "widget-resource-line", stock_level: 832 },
            { id: 37, product_name: "part", category: "Furniture", price: "571.14", sku: null, stock_level: null },
            { id: 38, product_name: "version item", category: "Furniture", price: "517.87", sku: "version-item", stock_level: 559 },
            { id: 39, product_name: "catalogue load product", category: "Furniture", price: "22.35", sku: "catalogue-load-product", stock_level: null },
            { id: 40, product_name: "lot", category: "Clothing", price: "1.13", sku: "lot", stock_level: 22 },
            { id: 41, product_name: "tool good item", category: "Clothing", price: "37.90", sku: "tool-good-item", stock_level: 568 },
            { id: 42, product_name: "selection asset", category: "Electronics", price: "45.39", sku: "selection-asset", stock_level: 788 },
            { id: 43, product_name: "type accessory range", category: "Electronics", price: "4.00", sku: "type-accessory-range", stock_level: 696 },
            { id: 44, product_name: "furniture", category: "Clothing", price: "1.72", sku: "furniture", stock_level: 327 },
            { id: 45, product_name: "design item delivery", category: "Electronics", price: "913.26", sku: "design-item-delivery", stock_level: 591 },
            { id: 46, product_name: "part", category: "Electronics", price: "540.15", sku: "part", stock_level: 905 },
            { id: 47, product_name: "material design", category: "Clothing", price: "817.50", sku: "material-design", stock_level: 12 },
            { id: 48, product_name: "merchandise", category: "Clothing", price: "772.66", sku: "merchandise", stock_level: 963 },
            { id: 49, product_name: "resource gadget device", category: "Electronics", price: "548.46", sku: "resource-gadget-device", stock_level: 813 },
            { id: 50, product_name: "resource selection cargo", category: "Electronics", price: "116.42", sku: "resource-selection-cargo", stock_level: 133 },
            { id: 51, product_name: "catalogue version", category: "Furniture", price: "952.80", sku: "catalogue-version", stock_level: 951 },
            { id: 52, product_name: "batch series merchandise", category: "Furniture", price: "47.64", sku: "batch-series-merchandise", stock_level: 104 },
            { id: 53, product_name: "range offering", category: "Clothing", price: "684.57", sku: "range-offering", stock_level: 144 },
            { id: 54, product_name: "model stock", category: "Clothing", price: "101.53", sku: null, stock_level: 890 },
            { id: 55, product_name: "tool version", category: "Furniture", price: "15.16", sku: "tool-version", stock_level: 806 },
            { id: 56, product_name: "material merchandise unit", category: "Electronics", price: "283.67", sku: "material-merchandise-unit", stock_level: 417 },
            { id: 57, product_name: "cargo", category: "Electronics", price: "621.78", sku: "cargo", stock_level: 986 },
            { id: 58, product_name: "type good", category: "Clothing", price: "925.87", sku: "type-good", stock_level: null },
            { id: 59, product_name: "range", category: "Electronics", price: "24.76", sku: "range", stock_level: 355 },
            { id: 60, product_name: "offering", category: "Electronics", price: "287.03", sku: "offering", stock_level: null },
            { id: 61, product_name: "device merchandise catalogue", category: "Food", price: "16.45", sku: "device-merchandise-catalogue", stock_level: 932 },
            { id: 62, product_name: "collection accessory", category: "Electronics", price: "103.29", sku: null, stock_level: 605 },
            { id: 63, product_name: "collection package", category: "Electronics", price: "3.36", sku: "collection-package", stock_level: 207 },
            { id: 64, product_name: "material", category: "Clothing", price: "329.53", sku: "material", stock_level: 86 },
            { id: 65, product_name: "lot", category: "Electronics", price: "84.11", sku: "lot", stock_level: 966 },
            { id: 66, product_name: "model unit", category: "Electronics", price: "202.14", sku: "model-unit", stock_level: 10 },
            { id: 67, product_name: "selection", category: "Clothing", price: "125.34", sku: "selection", stock_level: 72 },
            { id: 68, product_name: "asset style", category: "Electronics", price: "38.09", sku: "asset-style", stock_level: 885 },
            { id: 69, product_name: "parcel style shipment", category: "Electronics", price: "89.80", sku: "parcel-style-shipment", stock_level: 150 },
            { id: 70, product_name: "selection offering itemized", category: "Furniture", price: "2.73", sku: "selection-offering-itemized", stock_level: 837 },
            { id: 71, product_name: "instrument inventory", category: "Electronics", price: "26.85", sku: null, stock_level: 239 },
            { id: 72, product_name: "delivery inventory collection", category: "Furniture", price: "694.21", sku: "delivery-inventory-collection", stock_level: 873 },
            { id: 73, product_name: "accessory design set", category: "Electronics", price: "529.18", sku: null, stock_level: 815 },
            { id: 74, product_name: "cargo", category: "Clothing", price: "432.76", sku: "cargo", stock_level: null },
            { id: 75, product_name: "model", category: "Furniture", price: "261.89", sku: "model", stock_level: 445 },
            { id: 76, product_name: "asset collection inventory", category: "Clothing", price: "983.44", sku: "asset-collection-inventory", stock_level: 169 },
            { id: 77, product_name: "accessory", category: "Electronics", price: "15.47", sku: "accessory", stock_level: 410 },
            { id: 78, product_name: "batch equipment", category: "Electronics", price: "572.61", sku: "batch-equipment", stock_level: null },
            { id: 79, product_name: "bundle appliance device", category: "Clothing", price: "581.19", sku: "bundle-appliance-device", stock_level: 664 },
            { id: 80, product_name: "load", category: "Electronics", price: "913.30", sku: "load", stock_level: 358 },
            { id: 81, product_name: "material", category: "Furniture", price: "313.03", sku: "material", stock_level: 327 },
            { id: 82, product_name: "equipment parcel collection", category: "Electronics", price: "56.64", sku: "equipment-parcel-collection", stock_level: 833 },
            { id: 83, product_name: "material line stock", category: "Electronics", price: "70.50", sku: "material-line-stock", stock_level: 742 },
            { id: 84, product_name: "brand", category: "Clothing", price: "242.71", sku: "brand", stock_level: 186 },
            { id: 85, product_name: "model delivery", category: "Furniture", price: "973.50", sku: "model-delivery", stock_level: 409 },
            { id: 86, product_name: "supply", category: "Clothing", price: "976.44", sku: "supply", stock_level: 453 },
            { id: 87, product_name: "gadget", category: "Electronics", price: "739.09", sku: "gadget", stock_level: null },
            { id: 88, product_name: "shipment", category: "Electronics", price: "555.17", sku: "shipment", stock_level: 736 },
            { id: 89, product_name: "gadget lot", category: "Furniture", price: "836.10", sku: "gadget-lot", stock_level: 678 },
            { id: 90, product_name: "series tool device", category: "Electronics", price: "558.30", sku: "series-tool-device", stock_level: 581 },
            { id: 91, product_name: "accessory supply", category: "Electronics", price: "107.94", sku: "accessory-supply", stock_level: 334 },
            { id: 92, product_name: "material", category: "Clothing", price: "220.93", sku: "material", stock_level: 129 },
            { id: 93, product_name: "assortment series instrument", category: "Electronics", price: "177.57", sku: "assortment-series-instrument", stock_level: 587 },
            { id: 94, product_name: "inventory model", category: "Electronics", price: "342.30", sku: "inventory-model", stock_level: 366 },
            { id: 95, product_name: "consumable series itemized", category: "Electronics", price: "7.39", sku: "consumable-series-itemized", stock_level: 523 },
            { id: 96, product_name: "device itemized freight", category: "Electronics", price: "159.27", sku: "device-itemized-freight", stock_level: 71 },
            { id: 97, product_name: "resource merchandise lot", category: "Food", price: "58.76", sku: "resource-merchandise-lot", stock_level: 777 },
            { id: 98, product_name: "offering equipment variety", category: "Food", price: "116.46", sku: "offering-equipment-variety", stock_level: 917 },
            { id: 99, product_name: "device", category: "Electronics", price: "538.22", sku: "device", stock_level: 366 },
            { id: 100, product_name: "consumable widget", category: "Clothing", price: "109.37", sku: "consumable-widget", stock_level: 202 },
            { id: 101, product_name: "brand", category: "Clothing", price: "77.15", sku: null, stock_level: 328 },
            { id: 102, product_name: "material gadget", category: "Clothing", price: "653.09", sku: "material-gadget", stock_level: null },
            { id: 103, product_name: "cargo material", category: "Electronics", price: "19.93", sku: null, stock_level: 591 },
            { id: 104, product_name: "assortment version gadget", category: "Clothing", price: "237.68", sku: "assortment-version-gadget", stock_level: 170 },
            { id: 105, product_name: "component part", category: "Electronics", price: "212.47", sku: "component-part", stock_level: 356 },
            { id: 106, product_name: "gear accessory appliance", category: "Clothing", price: "147.41", sku: "gear-accessory-appliance", stock_level: 876 },
            { id: 107, product_name: "selection device offering", category: "Clothing", price: "307.76", sku: "selection-device-offering", stock_level: 839 },
            { id: 108, product_name: "style material unit", category: "Electronics", price: "509.18", sku: "style-material-unit", stock_level: 691 },
            { id: 109, product_name: "device item range", category: "Clothing", price: "99.91", sku: "device-item-range", stock_level: 524 },
            { id: 110, product_name: "shipment item", category: "Furniture", price: "2.55", sku: "shipment-item", stock_level: 520 },
            { id: 111, product_name: "gadget batch accessory", category: "Clothing", price: "697.38", sku: "gadget-batch-accessory", stock_level: 530 },
            { id: 112, product_name: "style", category: "Furniture", price: "710.08", sku: "style", stock_level: 352 },
            { id: 113, product_name: "tool itemized variety", category: "Furniture", price: "608.20", sku: "tool-itemized-variety", stock_level: 344 },
            { id: 114, product_name: "range freight gadget", category: "Clothing", price: "30.32", sku: "range-freight-gadget", stock_level: null },
            { id: 115, product_name: "design", category: "Electronics", price: "437.58", sku: "design", stock_level: null },
            { id: 116, product_name: "catalogue offering item", category: "Clothing", price: "351.62", sku: "catalogue-offering-item", stock_level: 154 },
            { id: 117, product_name: "parcel gear load", category: "Clothing", price: "566.48", sku: "parcel-gear-load", stock_level: 159 },
            { id: 118, product_name: "line delivery", category: "Furniture", price: "909.66", sku: "line-delivery", stock_level: 854 },
            { id: 119, product_name: "freight batch furniture", category: "Furniture", price: "267.92", sku: "freight-batch-furniture", stock_level: 510 },
            { id: 120, product_name: "delivery", category: "Clothing", price: "136.05", sku: "delivery", stock_level: 392 },
            { id: 121, product_name: "itemized", category: "Furniture", price: "973.12", sku: "itemized", stock_level: 945 },
            { id: 122, product_name: "freight fixture merchandise", category: "Furniture", price: "178.59", sku: "freight-fixture-merchandise", stock_level: 96 },
            { id: 123, product_name: "cargo", category: "Furniture", price: "242.10", sku: "cargo", stock_level: null },
            { id: 124, product_name: "merchandise", category: "Clothing", price: "113.44", sku: "merchandise", stock_level: 543 },
            { id: 125, product_name: "hardware unit material", category: "Electronics", price: "149.28", sku: "hardware-unit-material", stock_level: null },
            { id: 126, product_name: "widget", category: "Furniture", price: "182.91", sku: "widget", stock_level: 726 },
            { id: 127, product_name: "resource", category: "Electronics", price: "418.85", sku: "resource", stock_level: 468 },
            { id: 128, product_name: "component batch lot", category: "Electronics", price: "4.65", sku: "component-batch-lot", stock_level: 836 },
            { id: 129, product_name: "model stock", category: "Clothing", price: "841.51", sku: "model-stock", stock_level: 278 },
            { id: 130, product_name: "bundle parcel lot", category: "Furniture", price: "1.66", sku: "bundle-parcel-lot", stock_level: 564 },
            { id: 131, product_name: "selection series range", category: "Furniture", price: "345.48", sku: "selection-series-range", stock_level: null },
            { id: 132, product_name: "lot range accessory", category: "Furniture", price: "695.99", sku: "lot-range-accessory", stock_level: 210 },
            { id: 133, product_name: "model", category: "Electronics", price: "6.06", sku: "model", stock_level: 101 },
            { id: 134, product_name: "inventory widget", category: "Clothing", price: "50.65", sku: "inventory-widget", stock_level: 798 },
            { id: 135, product_name: "variety equipment", category: "Furniture", price: "91.11", sku: "variety-equipment", stock_level: 916 },
            { id: 136, product_name: "material accessory", category: "Clothing", price: "472.56", sku: null, stock_level: 836 },
            { id: 137, product_name: "item", category: "Electronics", price: "505.19", sku: "item", stock_level: 377 },
            { id: 138, product_name: "label", category: "Electronics", price: "24.34", sku: "label", stock_level: 343 },
            { id: 139, product_name: "gear", category: "Clothing", price: "1.25", sku: "gear", stock_level: null },
            { id: 140, product_name: "model delivery supply", category: "Furniture", price: "930.40", sku: "model-delivery-supply", stock_level: 40 },
            { id: 141, product_name: "assortment article", category: "Electronics", price: "989.05", sku: "assortment-article", stock_level: 265 },
            { id: 142, product_name: "furniture", category: "Clothing", price: "1.12", sku: "furniture", stock_level: 383 },
            { id: 143, product_name: "collection", category: "Electronics", price: "13.96", sku: "collection", stock_level: 886 },
            { id: 144, product_name: "type assortment", category: "Clothing", price: "863.02", sku: "type-assortment", stock_level: 582 },
            { id: 145, product_name: "variety package", category: "Furniture", price: "370.61", sku: "variety-package", stock_level: 351 },
            { id: 146, product_name: "inventory", category: "Electronics", price: "166.56", sku: "inventory", stock_level: 460 },
            { id: 147, product_name: "equipment furniture", category: "Electronics", price: "2.26", sku: "equipment-furniture", stock_level: 131 },
            { id: 148, product_name: "appliance widget", category: "Furniture", price: "619.41", sku: "appliance-widget", stock_level: 211 },
            { id: 149, product_name: "product inventory", category: "Electronics", price: "779.63", sku: "product-inventory", stock_level: 172 },
            { id: 150, product_name: "delivery", category: "Electronics", price: "57.41", sku: "delivery", stock_level: 876 },
            { id: 151, product_name: "freight", category: "Food", price: "759.16", sku: "freight", stock_level: 395 },
            { id: 152, product_name: "tool", category: "Food", price: "265.28", sku: null, stock_level: null },
            { id: 153, product_name: "model type", category: "Electronics", price: "74.51", sku: "model-type", stock_level: null },
            { id: 154, product_name: "series inventory", category: "Clothing", price: "12.08", sku: "series-inventory", stock_level: 747 },
            { id: 155, product_name: "brand hardware", category: "Electronics", price: "61.80", sku: "brand-hardware", stock_level: 33 },
            { id: 156, product_name: "design item", category: "Clothing", price: "85.41", sku: "design-item", stock_level: null },
            { id: 157, product_name: "batch design", category: "Food", price: "896.52", sku: "batch-design", stock_level: 64 },
            { id: 158, product_name: "brand", category: "Food", price: "52.33", sku: "brand", stock_level: null },
            { id: 159, product_name: "offering device stock", category: "Food", price: "2.76", sku: "offering-device-stock", stock_level: 289 },
            { id: 160, product_name: "offering", category: "Electronics", price: "125.21", sku: "offering", stock_level: 197 },
            { id: 161, product_name: "catalogue material", category: "Furniture", price: "445.26", sku: "catalogue-material", stock_level: 349 },
            { id: 162, product_name: "catalogue assortment type", category: "Electronics", price: "731.10", sku: "catalogue-assortment-type", stock_level: 667 },
            { id: 163, product_name: "style", category: "Clothing", price: "722.66", sku: "style", stock_level: 809 },
            { id: 164, product_name: "item device", category: "Electronics", price: "154.13", sku: "item-device", stock_level: 185 },
            { id: 165, product_name: "machine catalogue lot", category: "Electronics", price: "328.49", sku: null, stock_level: 695 },
            { id: 166, product_name: "material instrument inventory", category: "Clothing", price: "246.94", sku: "material-instrument-inventory", stock_level: 946 },
            { id: 167, product_name: "set load", category: "Clothing", price: "505.30", sku: "set-load", stock_level: 529 },
            { id: 168, product_name: "series resource part", category: "Electronics", price: "135.48", sku: null, stock_level: 975 },
            { id: 169, product_name: "style freight", category: "Furniture", price: "830.18", sku: "style-freight", stock_level: 287 },
            { id: 170, product_name: "load delivery model", category: "Clothing", price: "370.63", sku: "load-delivery-model", stock_level: 688 },
            { id: 171, product_name: "part brand selection", category: "Clothing", price: "6.28", sku: "part-brand-selection", stock_level: 250 },
            { id: 172, product_name: "product load series", category: "Clothing", price: "937.38", sku: "product-load-series", stock_level: 836 },
            { id: 173, product_name: "brand", category: "Electronics", price: "16.57", sku: "brand", stock_level: 137 },
            { id: 174, product_name: "selection", category: "Furniture", price: "301.77", sku: "selection", stock_level: 346 },
            { id: 175, product_name: "freight design", category: "Electronics", price: "82.00", sku: null, stock_level: 793 },
            { id: 176, product_name: "gear", category: "Furniture", price: "156.59", sku: "gear", stock_level: 127 },
            { id: 177, product_name: "assortment", category: "Furniture", price: "590.93", sku: "assortment", stock_level: 389 },
            { id: 178, product_name: "equipment", category: "Furniture", price: "7.48", sku: "equipment", stock_level: 37 },
            { id: 179, product_name: "freight fixture", category: "Electronics", price: "595.75", sku: "freight-fixture", stock_level: 105 },
            { id: 180, product_name: "part hardware tool", category: "Electronics", price: "60.77", sku: "part-hardware-tool", stock_level: 345 },
            { id: 181, product_name: "label batch", category: "Clothing", price: "194.36", sku: "label-batch", stock_level: 463 },
            { id: 182, product_name: "itemized gear package", category: "Clothing", price: "759.50", sku: "itemized-gear-package", stock_level: 706 },
            { id: 183, product_name: "resource stock accessory", category: "Electronics", price: "669.24", sku: "resource-stock-accessory", stock_level: 650 },
            { id: 184, product_name: "product brand article", category: "Electronics", price: "399.28", sku: null, stock_level: null },
            { id: 185, product_name: "accessory", category: "Furniture", price: "261.79", sku: "accessory", stock_level: 629 },
            { id: 186, product_name: "widget supply", category: "Electronics", price: "120.77", sku: "widget-supply", stock_level: 132 },
            { id: 187, product_name: "stock collection style", category: "Clothing", price: "312.51", sku: "stock-collection-style", stock_level: 574 },
            { id: 188, product_name: "hardware", category: "Electronics", price: "1.05", sku: "hardware", stock_level: 573 },
            { id: 189, product_name: "supply set", category: "Electronics", price: "400.69", sku: "supply-set", stock_level: 106 },
            { id: 190, product_name: "fixture", category: "Furniture", price: "520.32", sku: "fixture", stock_level: 249 },
            { id: 191, product_name: "itemized", category: "Clothing", price: "114.34", sku: "itemized", stock_level: 18 },
            { id: 192, product_name: "inventory assortment", category: "Electronics", price: "298.48", sku: "inventory-assortment", stock_level: null },
            { id: 193, product_name: "unit fixture supply", category: "Furniture", price: "805.94", sku: "unit-fixture-supply", stock_level: 237 },
            { id: 194, product_name: "cargo lot", category: "Clothing", price: "650.08", sku: null, stock_level: null },
            { id: 195, product_name: "accessory", category: "Electronics", price: "69.35", sku: "accessory", stock_level: 673 },
            { id: 196, product_name: "bundle line type", category: "Electronics", price: "7.09", sku: "bundle-line-type", stock_level: 427 },
            { id: 197, product_name: "load", category: "Clothing", price: "164.58", sku: "load", stock_level: 523 },
            { id: 198, product_name: "gadget brand", category: "Electronics", price: "3.07", sku: "gadget-brand", stock_level: 138 },
            { id: 199, product_name: "lot set furniture", category: "Electronics", price: "560.99", sku: "lot-set-furniture", stock_level: 899 },
            { id: 200, product_name: "collection variety widget", category: "Electronics", price: "358.68", sku: "collection-variety-widget", stock_level: 113 },
        ],
    });
    await prisma.purchase_orders.createMany({
        data: [
            { id: 1, product_id: 27, order_date: "2022-11-22", quantity: null, status: "Pending" },
            { id: 2, product_id: 62, order_date: "2023-03-02", quantity: null, status: "Pending" },
            { id: 3, product_id: 192, order_date: "2021-03-28", quantity: null, status: "Completed" },
            { id: 4, product_id: 19, order_date: "2021-10-03", quantity: null, status: "Completed" },
            { id: 5, product_id: 198, order_date: "2022-07-24", quantity: null, status: "Pending" },
            { id: 6, product_id: 110, order_date: "2023-07-07", quantity: null, status: "Pending" },
            { id: 7, product_id: 160, order_date: "2020-12-10", quantity: null, status: "Completed" },
            { id: 8, product_id: 26, order_date: "2021-10-06", quantity: null, status: "Pending" },
            { id: 9, product_id: 109, order_date: "2022-05-07", quantity: null, status: "Completed" },
            { id: 10, product_id: 121, order_date: "2023-08-11", quantity: null, status: "Pending" },
            { id: 11, product_id: 29, order_date: "2022-04-23", quantity: null, status: "Completed" },
            { id: 12, product_id: 2, order_date: "2021-06-19", quantity: null, status: "Completed" },
            { id: 13, product_id: 116, order_date: "2023-06-13", quantity: 89, status: "Cancelled" },
            { id: 14, product_id: 183, order_date: "2023-11-07", quantity: null, status: "Completed" },
            { id: 15, product_id: 25, order_date: "2022-04-09", quantity: null, status: "Completed" },
            { id: 16, product_id: 33, order_date: "2021-09-15", quantity: null, status: "Pending" },
            { id: 17, product_id: 32, order_date: "2021-10-31", quantity: null, status: "Completed" },
            { id: 18, product_id: 78, order_date: "2021-10-11", quantity: null, status: "Completed" },
            { id: 19, product_id: 95, order_date: "2021-02-23", quantity: null, status: "Completed" },
            { id: 20, product_id: 101, order_date: "2022-03-17", quantity: 58, status: "Cancelled" },
            { id: 21, product_id: 129, order_date: "2022-05-12", quantity: null, status: "Completed" },
            { id: 22, product_id: 137, order_date: "2021-08-24", quantity: 25, status: "Cancelled" },
            { id: 23, product_id: 179, order_date: "2022-12-15", quantity: 19, status: "Cancelled" },
            { id: 24, product_id: 66, order_date: "2023-12-16", quantity: 40, status: "Cancelled" },
            { id: 25, product_id: 89, order_date: "2023-05-18", quantity: null, status: "Completed" },
            { id: 26, product_id: 27, order_date: "2020-07-20", quantity: null, status: "Completed" },
            { id: 27, product_id: 153, order_date: "2022-06-04", quantity: null, status: "Pending" },
            { id: 28, product_id: 37, order_date: "2023-07-02", quantity: null, status: "Completed" },
            { id: 29, product_id: 91, order_date: "2022-03-26", quantity: null, status: "Completed" },
            { id: 30, product_id: 81, order_date: "2020-06-18", quantity: 22, status: "Cancelled" },
            { id: 31, product_id: 54, order_date: "2023-11-26", quantity: 29, status: "Cancelled" },
            { id: 32, product_id: 44, order_date: "2023-09-01", quantity: null, status: "Completed" },
            { id: 33, product_id: 70, order_date: "2022-10-11", quantity: null, status: "Completed" },
            { id: 34, product_id: 96, order_date: "2021-07-02", quantity: null, status: "Completed" },
            { id: 35, product_id: 195, order_date: "2021-03-06", quantity: null, status: "Pending" },
            { id: 36, product_id: 197, order_date: "2020-09-03", quantity: null, status: "Completed" },
            { id: 37, product_id: 58, order_date: "2020-06-02", quantity: null, status: "Completed" },
            { id: 38, product_id: 182, order_date: "2022-02-10", quantity: null, status: "Completed" },
            { id: 39, product_id: 127, order_date: "2021-05-06", quantity: null, status: "Completed" },
            { id: 40, product_id: 35, order_date: "2021-11-09", quantity: null, status: "Completed" },
            { id: 41, product_id: 140, order_date: "2022-06-22", quantity: null, status: "Pending" },
            { id: 42, product_id: 149, order_date: "2022-03-07", quantity: null, status: "Completed" },
            { id: 43, product_id: 48, order_date: "2021-10-21", quantity: null, status: "Completed" },
            { id: 44, product_id: 153, order_date: "2023-12-19", quantity: null, status: "Completed" },
            { id: 45, product_id: 22, order_date: "2023-08-25", quantity: 5, status: "Cancelled" },
            { id: 46, product_id: 54, order_date: "2022-05-08", quantity: null, status: "Pending" },
            { id: 47, product_id: 106, order_date: "2023-01-22", quantity: null, status: "Completed" },
            { id: 48, product_id: 107, order_date: "2023-10-10", quantity: null, status: "Completed" },
            { id: 49, product_id: 184, order_date: "2023-05-17", quantity: null, status: "Completed" },
            { id: 50, product_id: 114, order_date: "2023-06-24", quantity: null, status: "Completed" },
            { id: 51, product_id: 135, order_date: "2020-07-06", quantity: null, status: "Completed" },
            { id: 52, product_id: 187, order_date: "2023-03-27", quantity: null, status: "Completed" },
            { id: 53, product_id: 113, order_date: "2023-07-20", quantity: null, status: "Completed" },
            { id: 54, product_id: 189, order_date: "2020-01-21", quantity: null, status: "Pending" },
            { id: 55, product_id: 96, order_date: "2020-10-09", quantity: null, status: "Completed" },
            { id: 56, product_id: 72, order_date: "2020-05-17", quantity: 4, status: "Cancelled" },
            { id: 57, product_id: 32, order_date: "2023-04-17", quantity: null, status: "Completed" },
            { id: 58, product_id: 83, order_date: "2022-02-08", quantity: null, status: "Completed" },
            { id: 59, product_id: 57, order_date: "2022-03-12", quantity: null, status: "Completed" },
            { id: 60, product_id: 127, order_date: "2023-05-15", quantity: null, status: "Completed" },
            { id: 61, product_id: 46, order_date: "2021-06-02", quantity: null, status: "Completed" },
            { id: 62, product_id: 58, order_date: "2023-03-27", quantity: 46, status: "Cancelled" },
            { id: 63, product_id: 22, order_date: "2023-07-14", quantity: null, status: "Pending" },
            { id: 64, product_id: 29, order_date: "2023-11-29", quantity: null, status: "Completed" },
            { id: 65, product_id: 126, order_date: "2021-06-11", quantity: null, status: "Completed" },
            { id: 66, product_id: 117, order_date: "2020-02-27", quantity: null, status: "Completed" },
            { id: 67, product_id: 68, order_date: "2021-11-28", quantity: null, status: "Completed" },
            { id: 68, product_id: 98, order_date: "2021-06-28", quantity: null, status: "Pending" },
            { id: 69, product_id: 164, order_date: "2023-06-15", quantity: null, status: "Pending" },
            { id: 70, product_id: 56, order_date: "2022-05-22", quantity: null, status: "Completed" },
            { id: 71, product_id: 138, order_date: "2022-08-07", quantity: null, status: "Completed" },
            { id: 72, product_id: 187, order_date: "2023-06-15", quantity: null, status: "Completed" },
            { id: 73, product_id: 7, order_date: "2023-04-29", quantity: null, status: "Completed" },
            { id: 74, product_id: 135, order_date: "2023-05-12", quantity: null, status: "Completed" },
            { id: 75, product_id: 85, order_date: "2023-12-09", quantity: null, status: "Pending" },
            { id: 76, product_id: 198, order_date: "2022-12-06", quantity: null, status: "Pending" },
            { id: 77, product_id: 142, order_date: "2022-10-30", quantity: null, status: "Completed" },
            { id: 78, product_id: 115, order_date: "2023-11-30", quantity: null, status: "Pending" },
            { id: 79, product_id: 81, order_date: "2023-07-29", quantity: null, status: "Pending" },
            { id: 80, product_id: 94, order_date: "2023-06-16", quantity: null, status: "Completed" },
            { id: 81, product_id: 84, order_date: "2020-10-25", quantity: null, status: "Completed" },
            { id: 82, product_id: 194, order_date: "2020-06-16", quantity: null, status: "Completed" },
            { id: 83, product_id: 53, order_date: "2023-09-19", quantity: null, status: "Completed" },
            { id: 84, product_id: 84, order_date: "2020-10-29", quantity: null, status: "Pending" },
            { id: 85, product_id: 25, order_date: "2023-06-10", quantity: null, status: "Completed" },
            { id: 86, product_id: 171, order_date: "2020-04-04", quantity: null, status: "Completed" },
            { id: 87, product_id: 41, order_date: "2023-07-16", quantity: null, status: "Completed" },
            { id: 88, product_id: 152, order_date: "2020-01-27", quantity: null, status: "Completed" },
            { id: 89, product_id: 37, order_date: "2023-11-13", quantity: null, status: "Completed" },
            { id: 90, product_id: 169, order_date: "2021-09-05", quantity: null, status: "Pending" },
            { id: 91, product_id: 88, order_date: "2022-08-02", quantity: null, status: "Completed" },
            { id: 92, product_id: 139, order_date: "2020-08-30", quantity: null, status: "Completed" },
            { id: 93, product_id: 135, order_date: "2020-10-16", quantity: null, status: "Pending" },
            { id: 94, product_id: 113, order_date: "2023-08-03", quantity: null, status: "Completed" },
            { id: 95, product_id: 53, order_date: "2020-12-07", quantity: null, status: "Completed" },
            { id: 96, product_id: 77, order_date: "2023-04-22", quantity: null, status: "Completed" },
            { id: 97, product_id: 162, order_date: "2020-12-08", quantity: null, status: "Completed" },
            { id: 98, product_id: 175, order_date: "2023-07-07", quantity: null, status: "Completed" },
            { id: 99, product_id: 41, order_date: "2022-02-16", quantity: null, status: "Completed" },
            { id: 100, product_id: 95, order_date: "2023-05-26", quantity: 80, status: "Cancelled" },
            { id: 101, product_id: 158, order_date: "2020-06-06", quantity: null, status: "Completed" },
            { id: 102, product_id: 55, order_date: "2022-10-09", quantity: null, status: "Completed" },
            { id: 103, product_id: 34, order_date: "2020-09-13", quantity: null, status: "Completed" },
            { id: 104, product_id: 173, order_date: "2020-03-27", quantity: null, status: "Completed" },
            { id: 105, product_id: 107, order_date: "2020-10-16", quantity: null, status: "Completed" },
            { id: 106, product_id: 23, order_date: "2020-09-03", quantity: null, status: "Completed" },
            { id: 107, product_id: 117, order_date: "2021-02-19", quantity: null, status: "Completed" },
            { id: 108, product_id: 148, order_date: "2023-05-18", quantity: null, status: "Completed" },
            { id: 109, product_id: 23, order_date: "2021-11-15", quantity: null, status: "Completed" },
            { id: 110, product_id: 118, order_date: "2023-12-04", quantity: 55, status: "Cancelled" },
            { id: 111, product_id: 189, order_date: "2023-01-22", quantity: null, status: "Completed" },
            { id: 112, product_id: 136, order_date: "2023-08-08", quantity: null, status: "Completed" },
            { id: 113, product_id: 97, order_date: "2023-06-02", quantity: 18, status: "Cancelled" },
            { id: 114, product_id: 73, order_date: "2023-09-27", quantity: null, status: "Completed" },
            { id: 115, product_id: 197, order_date: "2023-11-14", quantity: null, status: "Completed" },
            { id: 116, product_id: 44, order_date: "2020-07-27", quantity: null, status: "Completed" },
            { id: 117, product_id: 13, order_date: "2021-03-09", quantity: null, status: "Completed" },
            { id: 118, product_id: 169, order_date: "2023-08-27", quantity: null, status: "Completed" },
            { id: 119, product_id: 21, order_date: "2023-10-05", quantity: null, status: "Completed" },
            { id: 120, product_id: 195, order_date: "2021-03-23", quantity: null, status: "Completed" },
            { id: 121, product_id: 75, order_date: "2022-10-08", quantity: null, status: "Completed" },
            { id: 122, product_id: 153, order_date: "2022-09-21", quantity: null, status: "Pending" },
            { id: 123, product_id: 63, order_date: "2023-02-06", quantity: null, status: "Pending" },
            { id: 124, product_id: 24, order_date: "2023-11-02", quantity: null, status: "Completed" },
            { id: 125, product_id: 153, order_date: "2023-01-15", quantity: null, status: "Completed" },
            { id: 126, product_id: 141, order_date: "2022-01-31", quantity: null, status: "Completed" },
            { id: 127, product_id: 134, order_date: "2020-10-07", quantity: null, status: "Completed" },
            { id: 128, product_id: 175, order_date: "2023-06-29", quantity: null, status: "Pending" },
            { id: 129, product_id: 57, order_date: "2020-12-08", quantity: null, status: "Completed" },
            { id: 130, product_id: 163, order_date: "2023-07-12", quantity: null, status: "Completed" },
            { id: 131, product_id: 67, order_date: "2020-09-25", quantity: null, status: "Completed" },
            { id: 132, product_id: 29, order_date: "2021-10-29", quantity: null, status: "Completed" },
            { id: 133, product_id: 147, order_date: "2020-10-30", quantity: 79, status: "Cancelled" },
            { id: 134, product_id: 180, order_date: "2023-03-25", quantity: null, status: "Completed" },
            { id: 135, product_id: 91, order_date: "2022-10-19", quantity: null, status: "Completed" },
            { id: 136, product_id: 75, order_date: "2020-09-08", quantity: 7, status: "Cancelled" },
            { id: 137, product_id: 70, order_date: "2020-12-03", quantity: null, status: "Completed" },
            { id: 138, product_id: 15, order_date: "2023-04-02", quantity: null, status: "Pending" },
            { id: 139, product_id: 147, order_date: "2020-02-07", quantity: null, status: "Completed" },
            { id: 140, product_id: 69, order_date: "2023-05-02", quantity: null, status: "Completed" },
            { id: 141, product_id: 42, order_date: "2021-10-18", quantity: null, status: "Completed" },
            { id: 142, product_id: 102, order_date: "2023-04-14", quantity: null, status: "Completed" },
            { id: 143, product_id: 72, order_date: "2022-11-21", quantity: null, status: "Completed" },
            { id: 144, product_id: 123, order_date: "2020-11-06", quantity: null, status: "Completed" },
            { id: 145, product_id: 181, order_date: "2022-12-19", quantity: null, status: "Completed" },
            { id: 146, product_id: 73, order_date: "2023-11-25", quantity: null, status: "Completed" },
            { id: 147, product_id: 186, order_date: "2022-10-20", quantity: null, status: "Completed" },
            { id: 148, product_id: 127, order_date: "2021-08-26", quantity: null, status: "Pending" },
            { id: 149, product_id: 100, order_date: "2020-07-10", quantity: null, status: "Completed" },
            { id: 150, product_id: 85, order_date: "2023-08-25", quantity: null, status: "Completed" },
            { id: 151, product_id: 144, order_date: "2022-08-05", quantity: null, status: "Completed" },
            { id: 152, product_id: 180, order_date: "2023-03-28", quantity: null, status: "Pending" },
            { id: 153, product_id: 76, order_date: "2023-10-01", quantity: null, status: "Completed" },
            { id: 154, product_id: 7, order_date: "2023-11-08", quantity: null, status: "Completed" },
            { id: 155, product_id: 25, order_date: "2021-04-17", quantity: null, status: "Completed" },
            { id: 156, product_id: 172, order_date: "2022-07-21", quantity: null, status: "Pending" },
            { id: 157, product_id: 148, order_date: "2023-10-30", quantity: null, status: "Completed" },
            { id: 158, product_id: 74, order_date: "2023-11-13", quantity: null, status: "Pending" },
            { id: 159, product_id: 178, order_date: "2021-11-02", quantity: null, status: "Pending" },
            { id: 160, product_id: 92, order_date: "2022-07-06", quantity: null, status: "Completed" },
            { id: 161, product_id: 100, order_date: "2022-01-27", quantity: null, status: "Pending" },
            { id: 162, product_id: 127, order_date: "2023-01-23", quantity: null, status: "Pending" },
            { id: 163, product_id: 181, order_date: "2022-12-07", quantity: 23, status: "Cancelled" },
            { id: 164, product_id: 58, order_date: "2021-05-07", quantity: null, status: "Completed" },
            { id: 165, product_id: 171, order_date: "2023-07-17", quantity: 22, status: "Cancelled" },
            { id: 166, product_id: 167, order_date: "2023-02-04", quantity: null, status: "Completed" },
            { id: 167, product_id: 106, order_date: "2021-02-14", quantity: null, status: "Pending" },
            { id: 168, product_id: 136, order_date: "2021-03-07", quantity: null, status: "Completed" },
            { id: 169, product_id: 58, order_date: "2022-06-23", quantity: null, status: "Completed" },
            { id: 170, product_id: 179, order_date: "2020-04-05", quantity: null, status: "Completed" },
            { id: 171, product_id: 68, order_date: "2021-09-05", quantity: null, status: "Completed" },
            { id: 172, product_id: 95, order_date: "2022-05-01", quantity: null, status: "Completed" },
            { id: 173, product_id: 56, order_date: "2022-03-07", quantity: null, status: "Pending" },
            { id: 174, product_id: 55, order_date: "2020-04-30", quantity: null, status: "Completed" },
            { id: 175, product_id: 178, order_date: "2022-08-03", quantity: 12, status: "Cancelled" },
            { id: 176, product_id: 48, order_date: "2023-12-11", quantity: null, status: "Completed" },
            { id: 177, product_id: 126, order_date: "2022-06-06", quantity: null, status: "Pending" },
            { id: 178, product_id: 137, order_date: "2021-04-15", quantity: null, status: "Completed" },
            { id: 179, product_id: 68, order_date: "2022-07-15", quantity: null, status: "Completed" },
            { id: 180, product_id: 31, order_date: "2023-10-25", quantity: 14, status: "Cancelled" },
            { id: 181, product_id: 192, order_date: "2022-07-03", quantity: null, status: "Completed" },
            { id: 182, product_id: 50, order_date: "2021-03-31", quantity: null, status: "Pending" },
            { id: 183, product_id: 27, order_date: "2022-11-23", quantity: null, status: "Completed" },
            { id: 184, product_id: 136, order_date: "2020-11-11", quantity: null, status: "Completed" },
            { id: 185, product_id: 128, order_date: "2021-07-17", quantity: null, status: "Completed" },
            { id: 186, product_id: 155, order_date: "2020-05-24", quantity: null, status: "Completed" },
            { id: 187, product_id: 96, order_date: "2020-03-03", quantity: null, status: "Pending" },
            { id: 188, product_id: 51, order_date: "2023-12-17", quantity: null, status: "Completed" },
            { id: 189, product_id: 167, order_date: "2021-09-30", quantity: null, status: "Completed" },
            { id: 190, product_id: 132, order_date: "2022-08-15", quantity: null, status: "Pending" },
            { id: 191, product_id: 59, order_date: "2023-01-07", quantity: null, status: "Completed" },
            { id: 192, product_id: 16, order_date: "2022-09-23", quantity: null, status: "Completed" },
            { id: 193, product_id: 83, order_date: "2022-05-30", quantity: null, status: "Completed" },
            { id: 194, product_id: 69, order_date: "2021-09-05", quantity: null, status: "Completed" },
            { id: 195, product_id: 125, order_date: "2022-11-14", quantity: null, status: "Completed" },
            { id: 196, product_id: 91, order_date: "2023-03-17", quantity: null, status: "Completed" },
            { id: 197, product_id: 75, order_date: "2021-06-12", quantity: null, status: "Completed" },
            { id: 198, product_id: 144, order_date: "2021-11-05", quantity: null, status: "Pending" },
            { id: 199, product_id: 83, order_date: "2023-08-20", quantity: null, status: "Completed" },
            { id: 200, product_id: 115, order_date: "2020-02-25", quantity: null, status: "Completed" },
            { id: 201, product_id: 22, order_date: "2023-03-22", quantity: null, status: "Pending" },
            { id: 202, product_id: 8, order_date: "2021-05-23", quantity: null, status: "Completed" },
            { id: 203, product_id: 127, order_date: "2023-07-01", quantity: null, status: "Completed" },
            { id: 204, product_id: 195, order_date: "2020-05-10", quantity: null, status: "Completed" },
            { id: 205, product_id: 34, order_date: "2023-02-11", quantity: null, status: "Completed" },
            { id: 206, product_id: 82, order_date: "2022-07-22", quantity: null, status: "Completed" },
            { id: 207, product_id: 51, order_date: "2022-04-22", quantity: null, status: "Completed" },
            { id: 208, product_id: 156, order_date: "2022-06-18", quantity: null, status: "Completed" },
            { id: 209, product_id: 179, order_date: "2023-02-08", quantity: null, status: "Completed" },
            { id: 210, product_id: 99, order_date: "2022-05-23", quantity: null, status: "Completed" },
            { id: 211, product_id: 12, order_date: "2022-12-14", quantity: null, status: "Completed" },
            { id: 212, product_id: 60, order_date: "2023-01-15", quantity: null, status: "Pending" },
            { id: 213, product_id: 124, order_date: "2022-05-14", quantity: null, status: "Pending" },
            { id: 214, product_id: 74, order_date: "2020-12-02", quantity: null, status: "Completed" },
            { id: 215, product_id: 93, order_date: "2021-12-29", quantity: null, status: "Pending" },
            { id: 216, product_id: 46, order_date: "2023-05-06", quantity: null, status: "Completed" },
            { id: 217, product_id: 75, order_date: "2020-06-17", quantity: null, status: "Pending" },
            { id: 218, product_id: 168, order_date: "2023-08-05", quantity: null, status: "Completed" },
            { id: 219, product_id: 181, order_date: "2022-07-31", quantity: null, status: "Completed" },
            { id: 220, product_id: 145, order_date: "2023-10-01", quantity: null, status: "Completed" },
            { id: 221, product_id: 16, order_date: "2023-01-22", quantity: null, status: "Pending" },
            { id: 222, product_id: 124, order_date: "2020-11-30", quantity: 2, status: "Cancelled" },
            { id: 223, product_id: 81, order_date: "2022-10-16", quantity: null, status: "Completed" },
            { id: 224, product_id: 176, order_date: "2021-08-25", quantity: null, status: "Completed" },
            { id: 225, product_id: 20, order_date: "2023-12-28", quantity: null, status: "Completed" },
            { id: 226, product_id: 81, order_date: "2020-12-16", quantity: null, status: "Completed" },
            { id: 227, product_id: 174, order_date: "2023-02-23", quantity: null, status: "Completed" },
            { id: 228, product_id: 150, order_date: "2023-05-18", quantity: 24, status: "Cancelled" },
            { id: 229, product_id: 81, order_date: "2022-03-18", quantity: null, status: "Completed" },
            { id: 230, product_id: 57, order_date: "2023-09-29", quantity: null, status: "Completed" },
            { id: 231, product_id: 42, order_date: "2022-07-13", quantity: null, status: "Pending" },
            { id: 232, product_id: 137, order_date: "2023-10-14", quantity: null, status: "Completed" },
            { id: 233, product_id: 78, order_date: "2022-10-01", quantity: null, status: "Completed" },
            { id: 234, product_id: 184, order_date: "2021-09-23", quantity: null, status: "Pending" },
            { id: 235, product_id: 9, order_date: "2023-12-06", quantity: null, status: "Completed" },
            { id: 236, product_id: 87, order_date: "2021-09-30", quantity: null, status: "Completed" },
            { id: 237, product_id: 196, order_date: "2021-10-12", quantity: null, status: "Completed" },
            { id: 238, product_id: 14, order_date: "2022-10-26", quantity: null, status: "Completed" },
            { id: 239, product_id: 166, order_date: "2021-10-18", quantity: null, status: "Completed" },
            { id: 240, product_id: 51, order_date: "2021-01-10", quantity: null, status: "Pending" },
            { id: 241, product_id: 152, order_date: "2022-03-22", quantity: null, status: "Completed" },
            { id: 242, product_id: 135, order_date: "2023-09-09", quantity: null, status: "Pending" },
            { id: 243, product_id: 68, order_date: "2022-11-05", quantity: null, status: "Completed" },
            { id: 244, product_id: 154, order_date: "2020-04-08", quantity: null, status: "Completed" },
            { id: 245, product_id: 120, order_date: "2022-05-01", quantity: null, status: "Pending" },
            { id: 246, product_id: 35, order_date: "2021-10-19", quantity: null, status: "Completed" },
            { id: 247, product_id: 180, order_date: "2022-11-08", quantity: null, status: "Completed" },
            { id: 248, product_id: 25, order_date: "2022-10-15", quantity: null, status: "Completed" },
            { id: 249, product_id: 95, order_date: "2023-07-09", quantity: null, status: "Pending" },
            { id: 250, product_id: 97, order_date: "2023-04-10", quantity: null, status: "Completed" },
            { id: 251, product_id: 138, order_date: "2023-07-12", quantity: null, status: "Completed" },
            { id: 252, product_id: 189, order_date: "2021-08-31", quantity: null, status: "Completed" },
            { id: 253, product_id: 128, order_date: "2022-11-01", quantity: null, status: "Completed" },
            { id: 254, product_id: 21, order_date: "2020-05-21", quantity: null, status: "Completed" },
            { id: 255, product_id: 180, order_date: "2022-06-28", quantity: null, status: "Pending" },
            { id: 256, product_id: 33, order_date: "2020-11-03", quantity: null, status: "Completed" },
            { id: 257, product_id: 169, order_date: "2022-05-17", quantity: null, status: "Completed" },
            { id: 258, product_id: 138, order_date: "2023-12-19", quantity: null, status: "Completed" },
            { id: 259, product_id: 185, order_date: "2023-01-21", quantity: null, status: "Completed" },
            { id: 260, product_id: 22, order_date: "2021-12-27", quantity: null, status: "Pending" },
            { id: 261, product_id: 108, order_date: "2023-12-14", quantity: null, status: "Completed" },
            { id: 262, product_id: 89, order_date: "2023-05-24", quantity: 2, status: "Cancelled" },
            { id: 263, product_id: 110, order_date: "2020-04-12", quantity: 16, status: "Cancelled" },
            { id: 264, product_id: 173, order_date: "2023-10-19", quantity: null, status: "Pending" },
            { id: 265, product_id: 80, order_date: "2023-06-16", quantity: null, status: "Completed" },
            { id: 266, product_id: 81, order_date: "2021-11-02", quantity: null, status: "Completed" },
            { id: 267, product_id: 154, order_date: "2022-01-08", quantity: null, status: "Completed" },
            { id: 268, product_id: 199, order_date: "2023-04-21", quantity: null, status: "Pending" },
            { id: 269, product_id: 68, order_date: "2023-10-14", quantity: null, status: "Pending" },
            { id: 270, product_id: 167, order_date: "2020-01-31", quantity: null, status: "Completed" },
            { id: 271, product_id: 149, order_date: "2023-01-01", quantity: null, status: "Pending" },
            { id: 272, product_id: 67, order_date: "2023-04-21", quantity: null, status: "Completed" },
            { id: 273, product_id: 100, order_date: "2022-08-30", quantity: null, status: "Completed" },
            { id: 274, product_id: 39, order_date: "2023-09-24", quantity: null, status: "Completed" },
            { id: 275, product_id: 31, order_date: "2023-10-14", quantity: null, status: "Completed" },
            { id: 276, product_id: 55, order_date: "2023-11-12", quantity: null, status: "Completed" },
            { id: 277, product_id: 123, order_date: "2022-06-01", quantity: null, status: "Completed" },
            { id: 278, product_id: 26, order_date: "2020-09-23", quantity: null, status: "Completed" },
            { id: 279, product_id: 112, order_date: "2023-04-09", quantity: null, status: "Completed" },
            { id: 280, product_id: 30, order_date: "2020-03-17", quantity: null, status: "Completed" },
            { id: 281, product_id: 109, order_date: "2021-09-24", quantity: null, status: "Pending" },
            { id: 282, product_id: 95, order_date: "2020-11-02", quantity: null, status: "Completed" },
            { id: 283, product_id: 52, order_date: "2020-04-27", quantity: null, status: "Completed" },
            { id: 284, product_id: 32, order_date: "2022-04-25", quantity: null, status: "Completed" },
            { id: 285, product_id: 29, order_date: "2021-06-07", quantity: null, status: "Pending" },
            { id: 286, product_id: 193, order_date: "2023-02-27", quantity: null, status: "Completed" },
            { id: 287, product_id: 69, order_date: "2023-10-08", quantity: null, status: "Completed" },
            { id: 288, product_id: 66, order_date: "2023-10-31", quantity: null, status: "Pending" },
            { id: 289, product_id: 26, order_date: "2023-01-23", quantity: null, status: "Completed" },
            { id: 290, product_id: 55, order_date: "2022-12-13", quantity: null, status: "Completed" },
            { id: 291, product_id: 70, order_date: "2021-01-01", quantity: null, status: "Completed" },
            { id: 292, product_id: 168, order_date: "2021-12-11", quantity: null, status: "Completed" },
            { id: 293, product_id: 61, order_date: "2020-02-11", quantity: null, status: "Pending" },
            { id: 294, product_id: 67, order_date: "2022-05-29", quantity: 34, status: "Cancelled" },
            { id: 295, product_id: 144, order_date: "2020-10-12", quantity: null, status: "Completed" },
            { id: 296, product_id: 41, order_date: "2022-07-11", quantity: null, status: "Pending" },
            { id: 297, product_id: 156, order_date: "2021-09-27", quantity: null, status: "Pending" },
            { id: 298, product_id: 42, order_date: "2022-02-10", quantity: null, status: "Completed" },
            { id: 299, product_id: 185, order_date: "2021-10-01", quantity: null, status: "Completed" },
            { id: 300, product_id: 119, order_date: "2022-09-05", quantity: null, status: "Completed" },
        ],
    });
    await prisma.quality_inspections.createMany({
        data: [
            { id: 1, product_id: 43, inspection_date: "2021-04-09", result: "Pass", notes: null },
            { id: 2, product_id: 162, inspection_date: "2023-07-26", result: "Pass", notes: null },
            { id: 3, product_id: 91, inspection_date: "2020-12-26", result: "Pass", notes: null },
            { id: 4, product_id: 67, inspection_date: "2021-07-14", result: "Fail", notes: "The claim was closed — partial case, no further action." },
            { id: 5, product_id: 3, inspection_date: "2023-08-28", result: "Pass", notes: null },
            { id: 6, product_id: 65, inspection_date: "2023-03-15", result: "Pass", notes: null },
            { id: 7, product_id: 120, inspection_date: "2023-07-10", result: "Fail", notes: "The claim was updated following a manual review." },
            { id: 8, product_id: 107, inspection_date: "2020-01-11", result: "Pass", notes: null },
            { id: 9, product_id: 137, inspection_date: "2023-05-13", result: "Pass", notes: null },
            { id: 10, product_id: 152, inspection_date: "2023-05-21", result: "Pass", notes: null },
            { id: 11, product_id: 37, inspection_date: "2021-03-31", result: "Pass", notes: null },
            { id: 12, product_id: 46, inspection_date: "2023-05-17", result: "Pass", notes: null },
            { id: 13, product_id: 96, inspection_date: "2020-09-20", result: "Pass", notes: null },
            { id: 14, product_id: 113, inspection_date: "2020-11-10", result: "Pass", notes: null },
            { id: 15, product_id: 162, inspection_date: "2023-03-12", result: "Fail", notes: "A routine item was rejected the same day." },
            { id: 16, product_id: 1, inspection_date: "2021-04-06", result: "Pass", notes: null },
            { id: 17, product_id: 48, inspection_date: "2022-08-07", result: "Pass", notes: null },
            { id: 18, product_id: 85, inspection_date: "2020-12-13", result: "Pass", notes: null },
            { id: 19, product_id: 191, inspection_date: "2023-07-12", result: "Pass", notes: null },
            { id: 20, product_id: 17, inspection_date: "2022-01-26", result: "Pass", notes: null },
            { id: 21, product_id: 1, inspection_date: "2022-10-27", result: "Fail", notes: "An automatic follow-up: the document was refunded." },
            { id: 22, product_id: 121, inspection_date: "2022-02-11", result: "Fail", notes: "A partial request was resolved the same day." },
            { id: 23, product_id: 158, inspection_date: "2023-03-16", result: "Pass", notes: null },
            { id: 24, product_id: 113, inspection_date: "2022-10-12", result: "Pass", notes: null },
            { id: 25, product_id: 181, inspection_date: "2020-04-14", result: "Pass", notes: null },
            { id: 26, product_id: 49, inspection_date: "2023-03-18", result: "Fail", notes: "An operator asked for a change and the report was closed." },
            { id: 27, product_id: 189, inspection_date: "2023-02-27", result: "Pass", notes: null },
            { id: 28, product_id: 127, inspection_date: "2021-05-17", result: "Pass", notes: null },
            { id: 29, product_id: 114, inspection_date: "2023-05-14", result: "Fail", notes: "The courier reported a manual issue; the shipment was approved." },
            { id: 30, product_id: 147, inspection_date: "2021-09-01", result: "Pass", notes: null },
            { id: 31, product_id: 73, inspection_date: "2021-09-10", result: "Pass", notes: null },
            { id: 32, product_id: 13, inspection_date: "2023-02-08", result: "Pass", notes: null },
            { id: 33, product_id: 57, inspection_date: "2021-08-13", result: "Pass", notes: null },
            { id: 34, product_id: 153, inspection_date: "2020-05-21", result: "Pass", notes: null },
            { id: 35, product_id: 68, inspection_date: "2023-06-03", result: "Fail", notes: "The supplier asked for a change and the delivery was reviewed." },
            { id: 36, product_id: 109, inspection_date: "2022-12-01", result: "Fail", notes: "Flagged as standard. The courier resolved the shipment." },
            { id: 37, product_id: 161, inspection_date: "2022-01-27", result: "Pass", notes: null },
            { id: 38, product_id: 93, inspection_date: "2023-11-28", result: "Pass", notes: null },
            { id: 39, product_id: 102, inspection_date: "2020-04-09", result: "Pass", notes: null },
            { id: 40, product_id: 88, inspection_date: "2023-04-10", result: "Pass", notes: null },
            { id: 41, product_id: 143, inspection_date: "2021-06-08", result: "Pass", notes: null },
            { id: 42, product_id: 69, inspection_date: "2023-06-19", result: "Pass", notes: null },
            { id: 43, product_id: 69, inspection_date: "2023-08-18", result: "Fail", notes: "An urgent refund was reopened the same day." },
            { id: 44, product_id: 82, inspection_date: "2021-07-18", result: "Pass", notes: null },
            { id: 45, product_id: 152, inspection_date: "2023-09-03", result: "Pass", notes: null },
            { id: 46, product_id: 129, inspection_date: "2020-01-19", result: "Pass", notes: null },
            { id: 47, product_id: 150, inspection_date: "2021-07-02", result: "Pass", notes: null },
            { id: 48, product_id: 111, inspection_date: "2020-01-29", result: "Fail", notes: "A manual claim was processed the same day." },
            { id: 49, product_id: 198, inspection_date: "2020-10-18", result: "Pass", notes: null },
            { id: 50, product_id: 75, inspection_date: "2022-09-19", result: "Fail", notes: "The reviewer confirmed the details and the request was cancelled." },
            { id: 51, product_id: 125, inspection_date: "2020-03-25", result: "Pass", notes: null },
            { id: 52, product_id: 90, inspection_date: "2023-04-11", result: "Pass", notes: null },
            { id: 53, product_id: 130, inspection_date: "2020-06-24", result: "Pass", notes: null },
            { id: 54, product_id: 187, inspection_date: "2022-05-23", result: "Pass", notes: null },
            { id: 55, product_id: 59, inspection_date: "2021-02-16", result: "Pass", notes: null },
            { id: 56, product_id: 188, inspection_date: "2022-06-26", result: "Fail", notes: "The invoice was replaced following a manual review." },
            { id: 57, product_id: 103, inspection_date: "2021-07-09", result: "Pass", notes: null },
            { id: 58, product_id: 117, inspection_date: "2021-10-14", result: "Fail", notes: "Flagged as late. The reviewer reopened the delivery." },
            { id: 59, product_id: 112, inspection_date: "2020-04-26", result: "Pass", notes: null },
            { id: 60, product_id: 112, inspection_date: "2022-10-26", result: "Pass", notes: null },
            { id: 61, product_id: 68, inspection_date: "2021-06-10", result: "Pass", notes: null },
            { id: 62, product_id: 47, inspection_date: "2023-03-21", result: "Fail", notes: "Support confirmed the details and the record was updated." },
            { id: 63, product_id: 162, inspection_date: "2022-07-14", result: "Fail", notes: "The session was confirmed after a late check." },
            { id: 64, product_id: 190, inspection_date: "2023-08-06", result: "Pass", notes: null },
            { id: 65, product_id: 156, inspection_date: "2022-02-19", result: "Pass", notes: null },
            { id: 66, product_id: 89, inspection_date: "2022-07-07", result: "Fail", notes: "A standard payment was completed the same day." },
            { id: 67, product_id: 29, inspection_date: "2020-07-05", result: "Pass", notes: null },
            { id: 68, product_id: 77, inspection_date: "2023-05-31", result: "Pass", notes: null },
            { id: 69, product_id: 58, inspection_date: "2022-01-25", result: "Pass", notes: null },
            { id: 70, product_id: 131, inspection_date: "2021-10-16", result: "Pass", notes: null },
            { id: 71, product_id: 82, inspection_date: "2022-07-04", result: "Pass", notes: null },
            { id: 72, product_id: 70, inspection_date: "2020-11-18", result: "Fail", notes: "A late follow-up: the booking was closed." },
            { id: 73, product_id: 140, inspection_date: "2020-06-12", result: "Pass", notes: null },
            { id: 74, product_id: 147, inspection_date: "2023-03-30", result: "Pass", notes: null },
            { id: 75, product_id: 81, inspection_date: "2021-01-22", result: "Pass", notes: null },
            { id: 76, product_id: 56, inspection_date: "2023-12-27", result: "Pass", notes: null },
            { id: 77, product_id: 39, inspection_date: "2023-03-07", result: "Pass", notes: null },
            { id: 78, product_id: 43, inspection_date: "2023-06-05", result: "Pass", notes: null },
            { id: 79, product_id: 102, inspection_date: "2023-12-27", result: "Pass", notes: null },
            { id: 80, product_id: 159, inspection_date: "2023-09-28", result: "Pass", notes: null },
            { id: 81, product_id: 14, inspection_date: "2022-05-21", result: "Pass", notes: null },
            { id: 82, product_id: 85, inspection_date: "2021-10-11", result: "Pass", notes: null },
            { id: 83, product_id: 6, inspection_date: "2023-11-21", result: "Pass", notes: null },
            { id: 84, product_id: 105, inspection_date: "2023-02-11", result: "Fail", notes: "The item was updated after an unusual check." },
            { id: 85, product_id: 159, inspection_date: "2022-11-12", result: "Fail", notes: "The booking was updated after a duplicate check." },
            { id: 86, product_id: 90, inspection_date: "2022-08-22", result: "Pass", notes: null },
            { id: 87, product_id: 187, inspection_date: "2020-02-06", result: "Pass", notes: null },
            { id: 88, product_id: 200, inspection_date: "2021-07-17", result: "Pass", notes: null },
            { id: 89, product_id: 84, inspection_date: "2022-09-05", result: "Pass", notes: null },
            { id: 90, product_id: 125, inspection_date: "2023-02-09", result: "Fail", notes: "No response from support, so the record was processed." },
            { id: 91, product_id: 162, inspection_date: "2021-11-28", result: "Fail", notes: "The delivery was refunded following a partial review." },
            { id: 92, product_id: 114, inspection_date: "2023-06-12", result: "Pass", notes: null },
            { id: 93, product_id: 38, inspection_date: "2023-05-29", result: "Fail", notes: "A repeat follow-up: the report was reviewed." },
            { id: 94, product_id: 100, inspection_date: "2023-02-20", result: "Pass", notes: null },
            { id: 95, product_id: 25, inspection_date: "2021-11-04", result: "Pass", notes: null },
            { id: 96, product_id: 180, inspection_date: "2020-08-27", result: "Pass", notes: null },
            { id: 97, product_id: 194, inspection_date: "2021-12-26", result: "Pass", notes: null },
            { id: 98, product_id: 89, inspection_date: "2022-06-16", result: "Pass", notes: null },
            { id: 99, product_id: 198, inspection_date: "2020-01-12", result: "Fail", notes: "A repeat follow-up: the delivery was resolved." },
            { id: 100, product_id: 122, inspection_date: "2023-02-03", result: "Fail", notes: "The invoice was reviewed after a standard check." },
        ],
    });
    await prisma.returns.createMany({
        data: [
            { id: 1, product_id: 39, return_date: "2020-03-07", reason: null, quantity: 8 },
            { id: 2, product_id: 87, return_date: "2022-09-25", reason: "The record was closed after a minor check.", quantity: 78 },
            { id: 3, product_id: 71, return_date: "2021-12-29", reason: "The reviewer asked for a change and the account was rejected.", quantity: 61 },
            { id: 4, product_id: 193, return_date: "2023-08-12", reason: "The booking was resolved following a standard review.", quantity: 61 },
            { id: 5, product_id: 18, return_date: "2021-12-03", reason: "The document was refunded — standard case, no further action.", quantity: 2 },
            { id: 6, product_id: 187, return_date: "2023-04-24", reason: "Flagged as partial. The supplier cancelled the delivery.", quantity: 50 },
            { id: 7, product_id: 110, return_date: "2023-10-10", reason: "The supplier reported a minor issue; the appointment was updated.", quantity: 10 },
            { id: 8, product_id: 113, return_date: "2022-07-15", reason: "The customer asked for a change and the report was processed.", quantity: 61 },
            { id: 9, product_id: 100, return_date: "2023-10-09", reason: "An urgent follow-up: the shipment was processed.", quantity: 3 },
            { id: 10, product_id: 90, return_date: "2021-12-12", reason: "The reviewer asked for a change and the request was completed.", quantity: 3 },
            { id: 11, product_id: 25, return_date: "2023-09-09", reason: "The document was replaced — unusual case, no further action.", quantity: 3 },
            { id: 12, product_id: 160, return_date: "2020-12-06", reason: "Flagged as urgent. An operator closed the session.", quantity: 4 },
            { id: 13, product_id: 110, return_date: "2023-09-22", reason: "The appointment was closed — standard case, no further action.", quantity: 8 },
            { id: 14, product_id: 4, return_date: "2023-03-09", reason: "The report was delayed — manual case, no further action.", quantity: 1 },
            { id: 15, product_id: 146, return_date: "2022-01-12", reason: "An unusual follow-up: the appointment was reopened.", quantity: 46 },
            { id: 16, product_id: 160, return_date: "2023-07-24", reason: "The item was updated after an unusual check.", quantity: 8 },
            { id: 17, product_id: 177, return_date: "2023-12-16", reason: "The account was closed — standard case, no further action.", quantity: 4 },
            { id: 18, product_id: 20, return_date: "2023-09-09", reason: "The courier confirmed the details and the account was confirmed.", quantity: 41 },
            { id: 19, product_id: 104, return_date: "2020-01-18", reason: "The document was cancelled following a repeat review.", quantity: 38 },
            { id: 20, product_id: 70, return_date: "2023-03-23", reason: "Flagged as automatic. The reviewer rescheduled the request.", quantity: 12 },
            { id: 21, product_id: 41, return_date: "2022-06-24", reason: "The reviewer reported an urgent issue; the item was reviewed.", quantity: 48 },
            { id: 22, product_id: 107, return_date: "2022-01-07", reason: "Flagged as unusual. The reviewer refunded the transfer.", quantity: 3 },
            { id: 23, product_id: 46, return_date: "2023-03-16", reason: "The record was resolved — urgent case, no further action.", quantity: 4 },
            { id: 24, product_id: 132, return_date: "2023-05-27", reason: "A partial record was escalated the same day.", quantity: 40 },
            { id: 25, product_id: 119, return_date: "2023-03-01", reason: "The refund was resolved — unusual case, no further action.", quantity: null },
            { id: 26, product_id: 160, return_date: "2021-10-30", reason: "A minor follow-up: the refund was processed.", quantity: 67 },
            { id: 27, product_id: 58, return_date: "2022-05-19", reason: "The refund was updated — repeat case, no further action.", quantity: null },
            { id: 28, product_id: 10, return_date: "2021-06-19", reason: "The ticket was reviewed after an unusual check.", quantity: 15 },
            { id: 29, product_id: 6, return_date: "2023-02-03", reason: "No response from the supplier, so the request was rejected.", quantity: 29 },
            { id: 30, product_id: 200, return_date: "2021-03-18", reason: "The courier asked for a change and the shipment was completed.", quantity: 60 },
            { id: 31, product_id: 27, return_date: "2023-02-07", reason: "The team confirmed the details and the ticket was completed.", quantity: 22 },
            { id: 32, product_id: 161, return_date: "2021-09-26", reason: "Flagged as standard. The courier closed the session.", quantity: 79 },
            { id: 33, product_id: 170, return_date: "2021-06-05", reason: "The courier asked for a change and the payment was cancelled.", quantity: 3 },
            { id: 34, product_id: 194, return_date: "2021-04-29", reason: "The reviewer confirmed the details and the session was escalated.", quantity: 42 },
            { id: 35, product_id: 129, return_date: "2023-11-29", reason: "The supplier confirmed the details and the request was replaced.", quantity: 86 },
            { id: 36, product_id: 112, return_date: "2022-03-22", reason: "The document was completed — automatic case, no further action.", quantity: 2 },
            { id: 37, product_id: 158, return_date: "2021-07-18", reason: "The invoice was reviewed following an unusual review.", quantity: 18 },
            { id: 38, product_id: 52, return_date: "2020-11-14", reason: null, quantity: null },
            { id: 39, product_id: 154, return_date: "2020-10-25", reason: "The supplier confirmed the details and the payment was delayed.", quantity: 11 },
            { id: 40, product_id: 31, return_date: "2022-03-27", reason: "A manual follow-up: the refund was confirmed.", quantity: 84 },
            { id: 41, product_id: 200, return_date: "2022-12-12", reason: "The reviewer reported a manual issue; the payment was resolved.", quantity: 3 },
            { id: 42, product_id: 133, return_date: "2023-09-06", reason: "The courier confirmed the details and the session was delayed.", quantity: 18 },
            { id: 43, product_id: 34, return_date: "2023-04-06", reason: "No response from the team, so the record was escalated.", quantity: 8 },
            { id: 44, product_id: 62, return_date: "2023-02-09", reason: "The document was replaced — duplicate case, no further action.", quantity: 12 },
            { id: 45, product_id: 168, return_date: "2020-12-18", reason: "No response from the reviewer, so the shipment was escalated.", quantity: 54 },
            { id: 46, product_id: 28, return_date: "2020-04-15", reason: "The record was confirmed after a manual check.", quantity: 76 },
            { id: 47, product_id: 41, return_date: "2021-08-09", reason: "The booking was updated following a routine review.", quantity: 21 },
            { id: 48, product_id: 138, return_date: "2023-01-31", reason: "A late account was reopened the same day.", quantity: 12 },
            { id: 49, product_id: 154, return_date: "2023-09-27", reason: "An operator confirmed the details and the request was updated.", quantity: 53 },
            { id: 50, product_id: 20, return_date: "2020-11-26", reason: "No response from the reviewer, so the order was refunded.", quantity: 83 },
            { id: 51, product_id: 117, return_date: "2022-10-04", reason: "The courier reported an automatic issue; the request was closed.", quantity: 91 },
            { id: 52, product_id: 156, return_date: "2020-08-18", reason: "Flagged as repeat. The account owner updated the order.", quantity: null },
            { id: 53, product_id: 2, return_date: "2022-11-10", reason: "The account was closed following an incomplete review.", quantity: 74 },
            { id: 54, product_id: 59, return_date: "2020-11-21", reason: "The order was rescheduled following an automatic review.", quantity: 13 },
            { id: 55, product_id: 4, return_date: "2021-06-12", reason: null, quantity: 51 },
            { id: 56, product_id: 69, return_date: "2021-08-08", reason: "The account owner reported an urgent issue; the record was processed.", quantity: 33 },
            { id: 57, product_id: 57, return_date: "2020-09-01", reason: "The payment was processed following an automatic review.", quantity: 6 },
            { id: 58, product_id: 148, return_date: "2023-08-26", reason: "The account was replaced after a minor check.", quantity: null },
            { id: 59, product_id: 108, return_date: "2023-07-10", reason: "A late account was approved the same day.", quantity: null },
            { id: 60, product_id: 114, return_date: "2023-09-30", reason: null, quantity: null },
            { id: 61, product_id: 189, return_date: "2022-08-04", reason: "An automatic follow-up: the session was rejected.", quantity: 20 },
            { id: 62, product_id: 102, return_date: "2021-03-12", reason: "The item was rescheduled following a repeat review.", quantity: 84 },
            { id: 63, product_id: 75, return_date: "2023-07-02", reason: "The transfer was rescheduled following a late review.", quantity: 47 },
            { id: 64, product_id: 150, return_date: "2020-12-21", reason: "An incomplete shipment was rescheduled the same day.", quantity: 34 },
            { id: 65, product_id: 188, return_date: "2021-03-29", reason: "The account owner reported a duplicate issue; the ticket was resolved.", quantity: 44 },
            { id: 66, product_id: 10, return_date: "2023-08-26", reason: "Support asked for a change and the payment was reviewed.", quantity: 95 },
            { id: 67, product_id: 164, return_date: "2023-08-29", reason: "The appointment was confirmed after a minor check.", quantity: 48 },
            { id: 68, product_id: 55, return_date: "2023-06-18", reason: "The record was reopened after a repeat check.", quantity: 56 },
            { id: 69, product_id: 19, return_date: "2021-03-04", reason: "A partial order was escalated the same day.", quantity: 59 },
            { id: 70, product_id: 148, return_date: "2023-09-07", reason: "The order was reopened following a manual review.", quantity: 7 },
            { id: 71, product_id: 200, return_date: "2022-11-06", reason: "Support confirmed the details and the item was approved.", quantity: 72 },
            { id: 72, product_id: 116, return_date: "2021-01-20", reason: null, quantity: 20 },
            { id: 73, product_id: 72, return_date: "2023-05-03", reason: "Flagged as automatic. The supplier cancelled the booking.", quantity: 28 },
            { id: 74, product_id: 97, return_date: "2021-09-23", reason: "The courier reported a manual issue; the account was completed.", quantity: 29 },
            { id: 75, product_id: 135, return_date: "2022-06-04", reason: "The delivery was refunded after an incomplete check.", quantity: 56 },
            { id: 76, product_id: 145, return_date: "2022-01-22", reason: "The account owner asked for a change and the session was approved.", quantity: 95 },
            { id: 77, product_id: 126, return_date: "2021-10-19", reason: "Flagged as late. The customer closed the order.", quantity: 11 },
            { id: 78, product_id: 75, return_date: "2020-09-28", reason: "No response from the reviewer, so the delivery was delayed.", quantity: 39 },
            { id: 79, product_id: 111, return_date: "2022-02-17", reason: "Support reported a late issue; the ticket was delayed.", quantity: 15 },
            { id: 80, product_id: 122, return_date: "2020-07-13", reason: "The courier confirmed the details and the request was resolved.", quantity: null },
        ],
    });
    await prisma.stock_adjustments.createMany({
        data: [
            { id: 1, product_id: 191, adjustment_date: "2023-03-08", adjustment_type: "Increase", adjusted_amount: 397 },
            { id: 2, product_id: 147, adjustment_date: "2023-05-01", adjustment_type: "Increase", adjusted_amount: 59 },
            { id: 3, product_id: 51, adjustment_date: "2021-10-14", adjustment_type: "Increase", adjusted_amount: 2 },
            { id: 4, product_id: 179, adjustment_date: "2023-02-01", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 5, product_id: 95, adjustment_date: "2022-12-14", adjustment_type: "Increase", adjusted_amount: 199 },
            { id: 6, product_id: 67, adjustment_date: "2022-01-23", adjustment_type: "Increase", adjusted_amount: 440 },
            { id: 7, product_id: 166, adjustment_date: "2021-01-18", adjustment_type: "Increase", adjusted_amount: 165 },
            { id: 8, product_id: 137, adjustment_date: "2022-12-01", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 9, product_id: 32, adjustment_date: "2020-05-15", adjustment_type: "Increase", adjusted_amount: 28 },
            { id: 10, product_id: 79, adjustment_date: "2022-03-15", adjustment_type: "Increase", adjusted_amount: 8 },
            { id: 11, product_id: 4, adjustment_date: "2022-01-02", adjustment_type: "Increase", adjusted_amount: 390 },
            { id: 12, product_id: 153, adjustment_date: "2022-01-01", adjustment_type: "Increase", adjusted_amount: 132 },
            { id: 13, product_id: 54, adjustment_date: "2023-01-05", adjustment_type: "Increase", adjusted_amount: 441 },
            { id: 14, product_id: 6, adjustment_date: "2020-01-20", adjustment_type: "Increase", adjusted_amount: 359 },
            { id: 15, product_id: 136, adjustment_date: "2021-03-07", adjustment_type: "Increase", adjusted_amount: 237 },
            { id: 16, product_id: 92, adjustment_date: "2023-02-13", adjustment_type: "Increase", adjusted_amount: 93 },
            { id: 17, product_id: 138, adjustment_date: "2020-04-17", adjustment_type: "Increase", adjusted_amount: 471 },
            { id: 18, product_id: 45, adjustment_date: "2022-10-11", adjustment_type: "Increase", adjusted_amount: 107 },
            { id: 19, product_id: 196, adjustment_date: "2022-01-01", adjustment_type: "Increase", adjusted_amount: 336 },
            { id: 20, product_id: 198, adjustment_date: "2021-09-30", adjustment_type: "Increase", adjusted_amount: 9 },
            { id: 21, product_id: 14, adjustment_date: "2023-03-20", adjustment_type: "Increase", adjusted_amount: 17 },
            { id: 22, product_id: 153, adjustment_date: "2022-09-28", adjustment_type: "Increase", adjusted_amount: 6 },
            { id: 23, product_id: 124, adjustment_date: "2021-08-31", adjustment_type: "Increase", adjusted_amount: 496 },
            { id: 24, product_id: 132, adjustment_date: "2020-11-27", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 25, product_id: 71, adjustment_date: "2020-10-27", adjustment_type: "Increase", adjusted_amount: 483 },
            { id: 26, product_id: 151, adjustment_date: "2020-11-18", adjustment_type: "Increase", adjusted_amount: 26 },
            { id: 27, product_id: 130, adjustment_date: "2022-01-12", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 28, product_id: 143, adjustment_date: "2022-12-26", adjustment_type: "Increase", adjusted_amount: 181 },
            { id: 29, product_id: 33, adjustment_date: "2021-02-10", adjustment_type: "Increase", adjusted_amount: 243 },
            { id: 30, product_id: 120, adjustment_date: "2023-02-16", adjustment_type: "Increase", adjusted_amount: 219 },
            { id: 31, product_id: 161, adjustment_date: "2020-04-21", adjustment_type: "Increase", adjusted_amount: 160 },
            { id: 32, product_id: 189, adjustment_date: "2022-11-29", adjustment_type: "Increase", adjusted_amount: 382 },
            { id: 33, product_id: 67, adjustment_date: "2022-08-15", adjustment_type: "Increase", adjusted_amount: 125 },
            { id: 34, product_id: 69, adjustment_date: "2021-11-29", adjustment_type: "Increase", adjusted_amount: 307 },
            { id: 35, product_id: 95, adjustment_date: "2023-10-30", adjustment_type: "Increase", adjusted_amount: 295 },
            { id: 36, product_id: 88, adjustment_date: "2022-10-13", adjustment_type: "Increase", adjusted_amount: 8 },
            { id: 37, product_id: 21, adjustment_date: "2021-02-07", adjustment_type: "Increase", adjusted_amount: 360 },
            { id: 38, product_id: 98, adjustment_date: "2021-08-04", adjustment_type: "Increase", adjusted_amount: 41 },
            { id: 39, product_id: 10, adjustment_date: "2023-12-08", adjustment_type: "Increase", adjusted_amount: 31 },
            { id: 40, product_id: 25, adjustment_date: "2023-11-14", adjustment_type: "Increase", adjusted_amount: 170 },
            { id: 41, product_id: 200, adjustment_date: "2020-01-13", adjustment_type: "Increase", adjusted_amount: 17 },
            { id: 42, product_id: 62, adjustment_date: "2023-02-27", adjustment_type: "Increase", adjusted_amount: 75 },
            { id: 43, product_id: 27, adjustment_date: "2023-07-29", adjustment_type: "Increase", adjusted_amount: 27 },
            { id: 44, product_id: 95, adjustment_date: "2021-09-18", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 45, product_id: 127, adjustment_date: "2023-03-17", adjustment_type: "Increase", adjusted_amount: 248 },
            { id: 46, product_id: 124, adjustment_date: "2020-11-26", adjustment_type: "Increase", adjusted_amount: 226 },
            { id: 47, product_id: 146, adjustment_date: "2022-09-01", adjustment_type: "Increase", adjusted_amount: 2 },
            { id: 48, product_id: 5, adjustment_date: "2021-08-14", adjustment_type: "Increase", adjusted_amount: 339 },
            { id: 49, product_id: 24, adjustment_date: "2020-09-13", adjustment_type: "Increase", adjusted_amount: 23 },
            { id: 50, product_id: 54, adjustment_date: "2022-10-28", adjustment_type: "Increase", adjusted_amount: 270 },
            { id: 51, product_id: 97, adjustment_date: "2020-09-21", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 52, product_id: 125, adjustment_date: "2021-09-16", adjustment_type: "Increase", adjusted_amount: 96 },
            { id: 53, product_id: 43, adjustment_date: "2022-10-12", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 54, product_id: 146, adjustment_date: "2020-09-10", adjustment_type: "Increase", adjusted_amount: 391 },
            { id: 55, product_id: 188, adjustment_date: "2023-08-30", adjustment_type: "Increase", adjusted_amount: 99 },
            { id: 56, product_id: 97, adjustment_date: "2021-12-02", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 57, product_id: 172, adjustment_date: "2022-09-10", adjustment_type: "Increase", adjusted_amount: 203 },
            { id: 58, product_id: 8, adjustment_date: "2021-11-17", adjustment_type: "Increase", adjusted_amount: 3 },
            { id: 59, product_id: 67, adjustment_date: "2021-09-03", adjustment_type: "Increase", adjusted_amount: 73 },
            { id: 60, product_id: 168, adjustment_date: "2021-03-10", adjustment_type: "Increase", adjusted_amount: 437 },
            { id: 61, product_id: 148, adjustment_date: "2023-10-05", adjustment_type: "Increase", adjusted_amount: 403 },
            { id: 62, product_id: 32, adjustment_date: "2023-03-17", adjustment_type: "Increase", adjusted_amount: 15 },
            { id: 63, product_id: 134, adjustment_date: "2023-10-14", adjustment_type: "Increase", adjusted_amount: 364 },
            { id: 64, product_id: 134, adjustment_date: "2022-04-20", adjustment_type: "Increase", adjusted_amount: 59 },
            { id: 65, product_id: 128, adjustment_date: "2023-01-09", adjustment_type: "Increase", adjusted_amount: 1 },
            { id: 66, product_id: 169, adjustment_date: "2020-12-11", adjustment_type: "Increase", adjusted_amount: 2 },
            { id: 67, product_id: 16, adjustment_date: "2021-01-29", adjustment_type: "Increase", adjusted_amount: 41 },
            { id: 68, product_id: 78, adjustment_date: "2020-09-17", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 69, product_id: 194, adjustment_date: "2021-10-12", adjustment_type: "Increase", adjusted_amount: 314 },
            { id: 70, product_id: 17, adjustment_date: "2022-10-10", adjustment_type: "Increase", adjusted_amount: 193 },
            { id: 71, product_id: 84, adjustment_date: "2023-11-09", adjustment_type: "Increase", adjusted_amount: 11 },
            { id: 72, product_id: 81, adjustment_date: "2020-01-10", adjustment_type: "Increase", adjusted_amount: 151 },
            { id: 73, product_id: 107, adjustment_date: "2023-11-22", adjustment_type: "Increase", adjusted_amount: 107 },
            { id: 74, product_id: 156, adjustment_date: "2020-08-29", adjustment_type: "Increase", adjusted_amount: 64 },
            { id: 75, product_id: 162, adjustment_date: "2020-01-15", adjustment_type: "Increase", adjusted_amount: 95 },
            { id: 76, product_id: 45, adjustment_date: "2022-10-13", adjustment_type: "Increase", adjusted_amount: 364 },
            { id: 77, product_id: 92, adjustment_date: "2022-09-02", adjustment_type: "Increase", adjusted_amount: 161 },
            { id: 78, product_id: 173, adjustment_date: "2021-12-28", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 79, product_id: 174, adjustment_date: "2023-12-13", adjustment_type: "Increase", adjusted_amount: 2 },
            { id: 80, product_id: 50, adjustment_date: "2021-11-27", adjustment_type: "Increase", adjusted_amount: 382 },
            { id: 81, product_id: 100, adjustment_date: "2021-01-09", adjustment_type: "Increase", adjusted_amount: 365 },
            { id: 82, product_id: 145, adjustment_date: "2021-02-22", adjustment_type: "Increase", adjusted_amount: 12 },
            { id: 83, product_id: 119, adjustment_date: "2021-02-10", adjustment_type: "Increase", adjusted_amount: 234 },
            { id: 84, product_id: 107, adjustment_date: "2023-02-25", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 85, product_id: 76, adjustment_date: "2023-09-30", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 86, product_id: 87, adjustment_date: "2022-09-23", adjustment_type: "Increase", adjusted_amount: 2 },
            { id: 87, product_id: 22, adjustment_date: "2021-11-02", adjustment_type: "Increase", adjusted_amount: 470 },
            { id: 88, product_id: 196, adjustment_date: "2021-01-09", adjustment_type: "Increase", adjusted_amount: 180 },
            { id: 89, product_id: 69, adjustment_date: "2022-01-01", adjustment_type: "Increase", adjusted_amount: 4 },
            { id: 90, product_id: 146, adjustment_date: "2021-06-22", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 91, product_id: 5, adjustment_date: "2020-09-28", adjustment_type: "Increase", adjusted_amount: 19 },
            { id: 92, product_id: 37, adjustment_date: "2021-09-22", adjustment_type: "Increase", adjusted_amount: 10 },
            { id: 93, product_id: 7, adjustment_date: "2021-10-31", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 94, product_id: 42, adjustment_date: "2022-10-01", adjustment_type: "Increase", adjusted_amount: 379 },
            { id: 95, product_id: 158, adjustment_date: "2022-07-04", adjustment_type: "Increase", adjusted_amount: 187 },
            { id: 96, product_id: 8, adjustment_date: "2020-09-22", adjustment_type: "Increase", adjusted_amount: 386 },
            { id: 97, product_id: 161, adjustment_date: "2022-08-08", adjustment_type: "Increase", adjusted_amount: 395 },
            { id: 98, product_id: 200, adjustment_date: "2020-09-06", adjustment_type: "Increase", adjusted_amount: 462 },
            { id: 99, product_id: 67, adjustment_date: "2020-01-02", adjustment_type: "Increase", adjusted_amount: 51 },
            { id: 100, product_id: 116, adjustment_date: "2023-07-23", adjustment_type: "Increase", adjusted_amount: 346 },
            { id: 101, product_id: 196, adjustment_date: "2023-02-28", adjustment_type: "Increase", adjusted_amount: 238 },
            { id: 102, product_id: 185, adjustment_date: "2023-03-30", adjustment_type: "Increase", adjusted_amount: 23 },
            { id: 103, product_id: 117, adjustment_date: "2022-10-20", adjustment_type: "Increase", adjusted_amount: 3 },
            { id: 104, product_id: 80, adjustment_date: "2023-12-25", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 105, product_id: 140, adjustment_date: "2022-11-30", adjustment_type: "Increase", adjusted_amount: 121 },
            { id: 106, product_id: 92, adjustment_date: "2021-11-10", adjustment_type: "Increase", adjusted_amount: 382 },
            { id: 107, product_id: 97, adjustment_date: "2020-01-16", adjustment_type: "Increase", adjusted_amount: 286 },
            { id: 108, product_id: 95, adjustment_date: "2022-06-11", adjustment_type: "Increase", adjusted_amount: 35 },
            { id: 109, product_id: 100, adjustment_date: "2020-01-08", adjustment_type: "Increase", adjusted_amount: 375 },
            { id: 110, product_id: 143, adjustment_date: "2023-03-11", adjustment_type: "Increase", adjusted_amount: 15 },
            { id: 111, product_id: 66, adjustment_date: "2020-09-14", adjustment_type: "Increase", adjusted_amount: 485 },
            { id: 112, product_id: 17, adjustment_date: "2021-07-09", adjustment_type: "Increase", adjusted_amount: 48 },
            { id: 113, product_id: 188, adjustment_date: "2022-09-20", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 114, product_id: 103, adjustment_date: "2022-10-20", adjustment_type: "Increase", adjusted_amount: 386 },
            { id: 115, product_id: 134, adjustment_date: "2023-06-26", adjustment_type: "Increase", adjusted_amount: 78 },
            { id: 116, product_id: 114, adjustment_date: "2022-12-07", adjustment_type: "Increase", adjusted_amount: 115 },
            { id: 117, product_id: 114, adjustment_date: "2023-07-10", adjustment_type: "Increase", adjusted_amount: 281 },
            { id: 118, product_id: 194, adjustment_date: "2023-02-13", adjustment_type: "Increase", adjusted_amount: 5 },
            { id: 119, product_id: 133, adjustment_date: "2020-04-04", adjustment_type: "Increase", adjusted_amount: 4 },
            { id: 120, product_id: 98, adjustment_date: "2023-07-07", adjustment_type: "Increase", adjusted_amount: 33 },
            { id: 121, product_id: 33, adjustment_date: "2023-02-06", adjustment_type: "Increase", adjusted_amount: 302 },
            { id: 122, product_id: 27, adjustment_date: "2022-03-19", adjustment_type: "Increase", adjusted_amount: 372 },
            { id: 123, product_id: 15, adjustment_date: "2022-11-04", adjustment_type: "Increase", adjusted_amount: 211 },
            { id: 124, product_id: 77, adjustment_date: "2021-12-25", adjustment_type: "Increase", adjusted_amount: 168 },
            { id: 125, product_id: 159, adjustment_date: "2020-11-19", adjustment_type: "Increase", adjusted_amount: 466 },
            { id: 126, product_id: 8, adjustment_date: "2022-09-24", adjustment_type: "Increase", adjusted_amount: 11 },
            { id: 127, product_id: 178, adjustment_date: "2021-09-05", adjustment_type: "Increase", adjusted_amount: 15 },
            { id: 128, product_id: 168, adjustment_date: "2023-01-04", adjustment_type: "Increase", adjusted_amount: 44 },
            { id: 129, product_id: 155, adjustment_date: "2021-05-23", adjustment_type: "Increase", adjusted_amount: 57 },
            { id: 130, product_id: 41, adjustment_date: "2023-12-22", adjustment_type: "Increase", adjusted_amount: 251 },
            { id: 131, product_id: 78, adjustment_date: "2021-10-18", adjustment_type: "Increase", adjusted_amount: 27 },
            { id: 132, product_id: 170, adjustment_date: "2020-10-01", adjustment_type: "Increase", adjusted_amount: 2 },
            { id: 133, product_id: 191, adjustment_date: "2023-04-17", adjustment_type: "Increase", adjusted_amount: 263 },
            { id: 134, product_id: 2, adjustment_date: "2023-02-05", adjustment_type: "Increase", adjusted_amount: 373 },
            { id: 135, product_id: 103, adjustment_date: "2020-11-03", adjustment_type: "Increase", adjusted_amount: 285 },
            { id: 136, product_id: 152, adjustment_date: "2020-08-10", adjustment_type: "Increase", adjusted_amount: 136 },
            { id: 137, product_id: 41, adjustment_date: "2021-01-03", adjustment_type: "Increase", adjusted_amount: 3 },
            { id: 138, product_id: 158, adjustment_date: "2020-02-17", adjustment_type: "Increase", adjusted_amount: 496 },
            { id: 139, product_id: 109, adjustment_date: "2023-08-16", adjustment_type: "Increase", adjusted_amount: 426 },
            { id: 140, product_id: 62, adjustment_date: "2021-09-26", adjustment_type: "Decrease", adjusted_amount: null },
            { id: 141, product_id: 71, adjustment_date: "2021-08-27", adjustment_type: "Increase", adjusted_amount: 92 },
            { id: 142, product_id: 64, adjustment_date: "2020-01-20", adjustment_type: "Increase", adjusted_amount: 147 },
            { id: 143, product_id: 129, adjustment_date: "2021-10-13", adjustment_type: "Increase", adjusted_amount: 43 },
            { id: 144, product_id: 163, adjustment_date: "2022-01-20", adjustment_type: "Increase", adjusted_amount: 274 },
            { id: 145, product_id: 152, adjustment_date: "2022-09-11", adjustment_type: "Increase", adjusted_amount: 95 },
            { id: 146, product_id: 15, adjustment_date: "2021-04-06", adjustment_type: "Increase", adjusted_amount: 205 },
            { id: 147, product_id: 171, adjustment_date: "2022-04-22", adjustment_type: "Increase", adjusted_amount: 463 },
            { id: 148, product_id: 23, adjustment_date: "2021-11-29", adjustment_type: "Increase", adjusted_amount: 14 },
            { id: 149, product_id: 60, adjustment_date: "2021-09-11", adjustment_type: "Increase", adjusted_amount: 197 },
            { id: 150, product_id: 15, adjustment_date: "2022-11-27", adjustment_type: "Increase", adjusted_amount: 228 },
        ],
    });
}

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