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

const prisma = new PrismaClient();

async function main() {
    await prisma.customers.createMany({
        data: [
            { customer_id: 1, full_name: "Sven Becker", email: "sven.becker@example.org", created_at: new Date("2020-02-10T18:13:37Z") },
            { customer_id: 2, full_name: "Karim Diaz", email: "karim.diaz@example.org", created_at: new Date("2022-07-30T12:21:51Z") },
            { customer_id: 3, full_name: "Sofia Reyes", email: "sofia.reyes@example.net", created_at: new Date("2022-04-27T18:10:01Z") },
            { customer_id: 4, full_name: "Lena Torres", email: "lena.torres@example.org", created_at: new Date("2021-01-20T15:15:56Z") },
            { customer_id: 5, full_name: "Carla Johnson", email: "carla.johnson@example.com", created_at: new Date("2020-09-11T10:44:42Z") },
            { customer_id: 6, full_name: "Oscar Bennett", email: "oscar.bennett@example.com", created_at: new Date("2021-04-21T18:10:52Z") },
            { customer_id: 7, full_name: "Karim Castro", email: "karim.castro@example.com", created_at: new Date("2021-08-09T11:59:32Z") },
            { customer_id: 8, full_name: "Ruby Nguyen", email: "ruby.nguyen@example.org", created_at: new Date("2020-10-22T13:11:14Z") },
            { customer_id: 9, full_name: "Nadia Weber", email: "nadia.weber@example.org", created_at: new Date("2020-05-12T16:50:00Z") },
            { customer_id: 10, full_name: "Rafael Rossi", email: "rafael.rossi@example.org", created_at: new Date("2022-02-16T12:22:42Z") },
            { customer_id: 11, full_name: "Jack Kaya", email: "jack.kaya@example.com", created_at: new Date("2020-07-05T17:43:20Z") },
            { customer_id: 12, full_name: "Ruby Wang", email: "ruby.wang@example.org", created_at: new Date("2022-11-02T13:13:13Z") },
            { customer_id: 13, full_name: "James Rossi", email: "james.rossi@example.net", created_at: new Date("2020-01-11T15:22:46Z") },
            { customer_id: 14, full_name: "Zoe Almeida", email: "zoe.almeida@example.com", created_at: new Date("2021-02-04T11:14:05Z") },
            { customer_id: 15, full_name: "Yusuf Meyer", email: "yusuf.meyer@example.net", created_at: new Date("2021-12-01T13:01:42Z") },
            { customer_id: 16, full_name: "Wei Larsen", email: "wei.larsen@example.net", created_at: new Date("2021-07-03T16:30:40Z") },
            { customer_id: 17, full_name: "Alice Hoffmann", email: "alice.hoffmann@example.org", created_at: new Date("2022-05-03T15:58:22Z") },
            { customer_id: 18, full_name: "Paula Schneider", email: "paula.schneider@example.net", created_at: new Date("2020-10-12T15:50:40Z") },
            { customer_id: 19, full_name: "Emma Gupta", email: "emma.gupta@example.com", created_at: new Date("2022-05-29T15:49:52Z") },
            { customer_id: 20, full_name: "Mohamed Baker", email: "mohamed.baker@example.org", created_at: new Date("2022-05-25T17:47:59Z") },
            { customer_id: 21, full_name: "Yusuf Becker", email: "yusuf.becker@example.org", created_at: new Date("2020-02-28T17:51:23Z") },
            { customer_id: 22, full_name: "Lina Andersen", email: "lina.andersen@example.net", created_at: new Date("2020-03-07T14:12:37Z") },
            { customer_id: 23, full_name: "Omar Castro", email: "omar.castro@example.org", created_at: new Date("2020-12-19T11:53:05Z") },
            { customer_id: 24, full_name: "Maya Reyes", email: "maya.reyes@example.org", created_at: new Date("2022-08-07T04:05:22Z") },
            { customer_id: 25, full_name: "Anna Khan", email: "anna.khan@example.net", created_at: new Date("2020-03-27T12:07:12Z") },
            { customer_id: 26, full_name: "Sofia Becker", email: "sofia.becker@example.org", created_at: new Date("2021-04-03T15:53:12Z") },
            { customer_id: 27, full_name: "Daniel Castro", email: "daniel.castro@example.org", created_at: new Date("2021-11-27T13:21:41Z") },
            { customer_id: 28, full_name: "Omar Garcia", email: "omar.garcia@example.org", created_at: new Date("2022-04-13T12:34:05Z") },
            { customer_id: 29, full_name: "Diego Evans", email: "diego.evans@example.org", created_at: new Date("2020-07-09T13:41:37Z") },
            { customer_id: 30, full_name: "Diego Yilmaz", email: "diego.yilmaz@example.com", created_at: new Date("2021-03-18T14:33:13Z") },
            { customer_id: 31, full_name: "Omar Oliveira", email: "omar.oliveira@example.org", created_at: new Date("2022-02-16T10:44:55Z") },
            { customer_id: 32, full_name: "Mei Patel", email: "mei.patel@example.net", created_at: new Date("2022-07-27T07:08:45Z") },
            { customer_id: 33, full_name: "Chloe Gomez", email: "chloe.gomez@example.net", created_at: new Date("2020-02-26T13:18:42Z") },
            { customer_id: 34, full_name: "Anna Lee", email: "anna.lee@example.com", created_at: new Date("2021-01-18T12:09:22Z") },
            { customer_id: 35, full_name: "Lina Johnson", email: "lina.johnson@example.com", created_at: new Date("2022-01-24T09:17:46Z") },
            { customer_id: 36, full_name: "Tomas Diaz", email: "tomas.diaz@example.com", created_at: new Date("2020-02-03T16:09:49Z") },
            { customer_id: 37, full_name: "Mia Gupta", email: "mia.gupta@example.org", created_at: new Date("2020-05-22T10:48:01Z") },
            { customer_id: 38, full_name: "Sara Vargas", email: "sara.vargas@example.org", created_at: new Date("2022-01-21T19:52:35Z") },
            { customer_id: 39, full_name: "Mia Diaz", email: "mia.diaz@example.org", created_at: new Date("2020-01-03T08:57:34Z") },
            { customer_id: 40, full_name: "Andre Fischer", email: "andre.fischer@example.net", created_at: new Date("2022-12-27T13:57:59Z") },
            { customer_id: 41, full_name: "Ethan Klein", email: "ethan.klein@example.org", created_at: new Date("2021-10-09T08:23:22Z") },
            { customer_id: 42, full_name: "Leo Brown", email: "leo.brown@example.net", created_at: new Date("2022-10-04T14:34:55Z") },
            { customer_id: 43, full_name: "Felix Smith", email: "felix.smith@example.net", created_at: new Date("2020-05-29T13:28:07Z") },
            { customer_id: 44, full_name: "Victor Shah", email: "victor.shah@example.net", created_at: new Date("2020-09-14T14:42:48Z") },
            { customer_id: 45, full_name: "Olivia Tanaka", email: "olivia.tanaka@example.net", created_at: new Date("2020-10-29T11:36:08Z") },
            { customer_id: 46, full_name: "Yara Miller", email: "yara.miller@example.org", created_at: new Date("2020-11-30T13:08:08Z") },
            { customer_id: 47, full_name: "Zoe Oliveira", email: "zoe.oliveira@example.org", created_at: new Date("2020-03-10T10:30:16Z") },
            { customer_id: 48, full_name: "Mei Taylor", email: "mei.taylor@example.net", created_at: new Date("2020-11-07T11:40:43Z") },
            { customer_id: 49, full_name: "Anna Jansen", email: "anna.jansen@example.net", created_at: new Date("2021-02-09T15:36:34Z") },
            { customer_id: 50, full_name: "Mei Reyes", email: "mei.reyes@example.org", created_at: new Date("2022-05-10T02:09:26Z") },
            { customer_id: 51, full_name: "Deniz Hoffmann", email: "deniz.hoffmann@example.com", created_at: new Date("2022-06-23T10:49:10Z") },
            { customer_id: 52, full_name: "Tariq Lopez", email: "tariq.lopez@example.org", created_at: new Date("2021-07-18T13:21:07Z") },
            { customer_id: 53, full_name: "Maya Silva", email: "maya.silva@example.com", created_at: new Date("2021-01-23T14:43:08Z") },
            { customer_id: 54, full_name: "Ethan Smith", email: "ethan.smith@example.net", created_at: new Date("2022-03-20T13:53:04Z") },
            { customer_id: 55, full_name: "Yusuf Singh", email: "yusuf.singh@example.net", created_at: new Date("2020-11-24T12:45:12Z") },
            { customer_id: 56, full_name: "Marco Demir", email: "marco.demir@example.com", created_at: new Date("2022-12-02T08:03:51Z") },
            { customer_id: 57, full_name: "Uma Vargas", email: "uma.vargas@example.net", created_at: new Date("2022-12-12T11:45:12Z") },
            { customer_id: 58, full_name: "Anna Becker", email: "anna.becker@example.org", created_at: new Date("2021-10-26T14:22:16Z") },
            { customer_id: 59, full_name: "Sofia Smith", email: "sofia.smith@example.com", created_at: new Date("2021-05-29T15:42:02Z") },
            { customer_id: 60, full_name: "Jack Jensen", email: "jack.jensen@example.com", created_at: new Date("2020-02-04T09:53:05Z") },
            { customer_id: 61, full_name: "Paula Davis", email: "paula.davis@example.com", created_at: new Date("2021-09-21T03:54:35Z") },
            { customer_id: 62, full_name: "Maja Singh", email: "maja.singh@example.net", created_at: new Date("2022-11-26T08:16:42Z") },
            { customer_id: 63, full_name: "Lina Meyer", email: "lina.meyer@example.net", created_at: new Date("2022-05-25T10:59:56Z") },
            { customer_id: 64, full_name: "Zoe Ibrahim", email: "zoe.ibrahim@example.com", created_at: new Date("2022-05-06T09:33:23Z") },
            { customer_id: 65, full_name: "Ethan Gupta", email: "ethan.gupta@example.org", created_at: new Date("2020-10-22T10:22:55Z") },
            { customer_id: 66, full_name: "Jack Nakamura", email: "jack.nakamura@example.org", created_at: new Date("2020-06-02T13:52:57Z") },
            { customer_id: 67, full_name: "Emma Jensen", email: "emma.jensen@example.org", created_at: new Date("2022-09-28T04:37:56Z") },
            { customer_id: 68, full_name: "Karim Schmidt", email: "karim.schmidt@example.org", created_at: new Date("2022-11-10T11:33:10Z") },
            { customer_id: 69, full_name: "Ravi Becker", email: "ravi.becker@example.org", created_at: new Date("2021-04-30T09:41:53Z") },
            { customer_id: 70, full_name: "Oscar Weber", email: "oscar.weber@example.org", created_at: new Date("2020-02-24T10:11:17Z") },
            { customer_id: 71, full_name: "Ravi Nguyen", email: "ravi.nguyen@example.org", created_at: new Date("2021-10-28T10:29:44Z") },
            { customer_id: 72, full_name: "Victor Demir", email: "victor.demir@example.net", created_at: new Date("2021-05-26T09:58:23Z") },
            { customer_id: 73, full_name: "Sofia Kim", email: "sofia.kim@example.net", created_at: new Date("2020-03-02T16:05:32Z") },
            { customer_id: 74, full_name: "Tomas Weber", email: "tomas.weber@example.net", created_at: new Date("2022-10-12T09:24:08Z") },
            { customer_id: 75, full_name: "Priya Davis", email: "priya.davis@example.org", created_at: new Date("2021-08-14T11:52:05Z") },
            { customer_id: 76, full_name: "Liam Kumar", email: "liam.kumar@example.org", created_at: new Date("2020-08-09T14:20:27Z") },
            { customer_id: 77, full_name: "Felix Lopez", email: "felix.lopez@example.net", created_at: new Date("2021-07-14T16:34:01Z") },
            { customer_id: 78, full_name: "Liam Wang", email: "liam.wang@example.net", created_at: new Date("2022-05-28T17:42:30Z") },
            { customer_id: 79, full_name: "Olivia Hassan", email: "olivia.hassan@example.com", created_at: new Date("2020-05-26T10:43:40Z") },
            { customer_id: 80, full_name: "Marco Wang", email: "marco.wang@example.org", created_at: new Date("2021-08-03T13:26:28Z") },
            { customer_id: 81, full_name: "Felix Shah", email: "felix.shah@example.com", created_at: new Date("2022-01-17T11:42:49Z") },
            { customer_id: 82, full_name: "Hana Ali", email: "hana.ali@example.net", created_at: new Date("2020-07-04T11:55:58Z") },
            { customer_id: 83, full_name: "Yara Schneider", email: "yara.schneider@example.net", created_at: new Date("2022-05-09T15:05:02Z") },
            { customer_id: 84, full_name: "Uma Lee", email: "uma.lee@example.org", created_at: new Date("2020-09-06T15:44:53Z") },
            { customer_id: 85, full_name: "Nour Hansen", email: "nour.hansen@example.net", created_at: new Date("2021-07-14T14:37:28Z") },
            { customer_id: 86, full_name: "James Bauer", email: "james.bauer@example.org", created_at: new Date("2020-12-03T13:04:41Z") },
            { customer_id: 87, full_name: "Felix Davis", email: "felix.davis@example.net", created_at: new Date("2020-09-11T13:45:54Z") },
            { customer_id: 88, full_name: "Nour Clark", email: "nour.clark@example.com", created_at: new Date("2022-10-21T09:33:15Z") },
            { customer_id: 89, full_name: "Mohamed Wright", email: "mohamed.wright@example.com", created_at: new Date("2021-08-05T20:46:02Z") },
            { customer_id: 90, full_name: "Yara Zhang", email: "yara.zhang@example.net", created_at: new Date("2022-05-24T10:34:52Z") },
            { customer_id: 91, full_name: "Ravi Vargas", email: "ravi.vargas@example.net", created_at: new Date("2020-09-17T10:02:42Z") },
            { customer_id: 92, full_name: "Mohamed Klein", email: "mohamed.klein@example.com", created_at: new Date("2022-02-28T07:15:19Z") },
            { customer_id: 93, full_name: "Ruby Wilson", email: "ruby.wilson@example.org", created_at: new Date("2021-05-27T11:42:14Z") },
            { customer_id: 94, full_name: "Julia Lopez", email: "julia.lopez@example.net", created_at: new Date("2021-03-04T16:21:06Z") },
            { customer_id: 95, full_name: "Rosa Wagner", email: "rosa.wagner@example.net", created_at: new Date("2021-02-04T14:19:34Z") },
            { customer_id: 96, full_name: "Felix Ahmed", email: "felix.ahmed@example.net", created_at: new Date("2021-05-24T12:31:01Z") },
            { customer_id: 97, full_name: "Hugo Demir", email: "hugo.demir@example.org", created_at: new Date("2020-12-16T12:23:14Z") },
            { customer_id: 98, full_name: "Priya Zhang", email: "priya.zhang@example.org", created_at: new Date("2020-06-19T10:02:11Z") },
            { customer_id: 99, full_name: "Chloe Taylor", email: "chloe.taylor@example.net", created_at: new Date("2021-05-22T11:46:06Z") },
            { customer_id: 100, full_name: "Liam Mendes", email: "liam.mendes@example.com", created_at: new Date("2021-12-01T11:31:33Z") },
            { customer_id: 101, full_name: "Anna Gomez", email: "anna.gomez@example.org", created_at: new Date("2021-11-13T09:40:33Z") },
            { customer_id: 102, full_name: "Arjun Clark", email: "arjun.clark@example.net", created_at: new Date("2021-05-27T10:29:34Z") },
            { customer_id: 103, full_name: "Ravi Ibrahim", email: "ravi.ibrahim@example.net", created_at: new Date("2020-07-03T10:35:58Z") },
            { customer_id: 104, full_name: "Zara Young", email: "zara.young@example.com", created_at: new Date("2022-03-04T16:02:41Z") },
            { customer_id: 105, full_name: "Maja Sato", email: "maja.sato@example.org", created_at: new Date("2022-10-12T10:50:25Z") },
            { customer_id: 106, full_name: "Isaac Jansen", email: "isaac.jansen@example.com", created_at: new Date("2022-06-17T09:25:51Z") },
            { customer_id: 107, full_name: "Deniz Ruiz", email: "deniz.ruiz@example.org", created_at: new Date("2020-01-16T14:48:56Z") },
            { customer_id: 108, full_name: "Ben Wang", email: "ben.wang@example.org", created_at: new Date("2022-11-11T16:51:39Z") },
            { customer_id: 109, full_name: "Mohamed Lee", email: "mohamed.lee@example.com", created_at: new Date("2020-09-20T16:14:07Z") },
            { customer_id: 110, full_name: "Elif Tanaka", email: "elif.tanaka@example.net", created_at: new Date("2020-07-22T11:28:49Z") },
            { customer_id: 111, full_name: "Ibrahim Costa", email: "ibrahim.costa@example.com", created_at: new Date("2020-08-30T17:23:23Z") },
            { customer_id: 112, full_name: "Mei Baker", email: "mei.baker@example.com", created_at: new Date("2022-04-24T13:21:29Z") },
            { customer_id: 113, full_name: "Laura Zhang", email: "laura.zhang@example.org", created_at: new Date("2022-04-28T15:41:24Z") },
            { customer_id: 114, full_name: "Nadia Carter", email: "nadia.carter@example.com", created_at: new Date("2020-09-20T17:25:14Z") },
            { customer_id: 115, full_name: "Jade Bauer", email: "jade.bauer@example.com", created_at: new Date("2021-05-14T09:27:03Z") },
            { customer_id: 116, full_name: "Karim Zhang", email: "karim.zhang@example.com", created_at: new Date("2022-01-13T08:03:49Z") },
            { customer_id: 117, full_name: "Karim Chen", email: "karim.chen@example.net", created_at: new Date("2022-12-04T19:47:25Z") },
            { customer_id: 118, full_name: "Carlos Meyer", email: "carlos.meyer@example.org", created_at: new Date("2022-04-15T09:24:32Z") },
            { customer_id: 119, full_name: "Leo Vargas", email: "leo.vargas@example.com", created_at: new Date("2020-05-21T14:52:30Z") },
            { customer_id: 120, full_name: "Liam Cruz", email: "liam.cruz@example.com", created_at: new Date("2022-10-01T19:38:17Z") },
            { customer_id: 121, full_name: "Noah Kaya", email: "noah.kaya@example.net", created_at: new Date("2020-08-10T10:06:57Z") },
            { customer_id: 122, full_name: "Sofia Novak", email: "sofia.novak@example.com", created_at: new Date("2021-11-17T15:44:46Z") },
            { customer_id: 123, full_name: "Grace Bennett", email: "grace.bennett@example.org", created_at: new Date("2020-09-30T16:55:52Z") },
            { customer_id: 124, full_name: "James Novak", email: "james.novak@example.net", created_at: new Date("2022-05-12T10:17:12Z") },
            { customer_id: 125, full_name: "Felix Castro", email: "felix.castro@example.net", created_at: new Date("2020-10-10T13:23:56Z") },
            { customer_id: 126, full_name: "Carla Silva", email: "carla.silva@example.net", created_at: new Date("2022-02-14T11:29:04Z") },
            { customer_id: 127, full_name: "Nadia Costa", email: "nadia.costa@example.org", created_at: new Date("2022-01-21T09:34:21Z") },
            { customer_id: 128, full_name: "Rafael Patel", email: "rafael.patel@example.org", created_at: new Date("2022-09-01T09:18:12Z") },
            { customer_id: 129, full_name: "Laura Hansen", email: "laura.hansen@example.com", created_at: new Date("2020-04-17T15:13:50Z") },
            { customer_id: 130, full_name: "Felix Bauer", email: "felix.bauer@example.com", created_at: new Date("2022-06-23T17:42:28Z") },
            { customer_id: 131, full_name: "Ivan Ahmed", email: "ivan.ahmed@example.org", created_at: new Date("2021-12-22T08:55:11Z") },
            { customer_id: 132, full_name: "Olivia Klein", email: "olivia.klein@example.org", created_at: new Date("2022-02-25T18:54:23Z") },
            { customer_id: 133, full_name: "Mateo Kumar", email: "mateo.kumar@example.org", created_at: new Date("2021-02-21T15:58:29Z") },
            { customer_id: 134, full_name: "Nour Fischer", email: "nour.fischer@example.com", created_at: new Date("2020-04-16T11:35:29Z") },
            { customer_id: 135, full_name: "Deniz Jensen", email: "deniz.jensen@example.com", created_at: new Date("2022-04-09T13:12:35Z") },
            { customer_id: 136, full_name: "Carlos Ruiz", email: "carlos.ruiz@example.net", created_at: new Date("2020-01-02T12:29:11Z") },
            { customer_id: 137, full_name: "Sofia Singh", email: "sofia.singh@example.com", created_at: new Date("2021-05-11T14:50:48Z") },
            { customer_id: 138, full_name: "Andre Flores", email: "andre.flores@example.com", created_at: new Date("2021-05-13T14:53:36Z") },
            { customer_id: 139, full_name: "Rosa Gupta", email: "rosa.gupta@example.net", created_at: new Date("2022-01-30T08:33:40Z") },
            { customer_id: 140, full_name: "Jade Becker", email: "jade.becker@example.com", created_at: new Date("2020-10-08T09:14:30Z") },
            { customer_id: 141, full_name: "Ivan Meyer", email: "ivan.meyer@example.net", created_at: new Date("2021-11-07T16:58:09Z") },
            { customer_id: 142, full_name: "Elena Garcia", email: "elena.garcia@example.com", created_at: new Date("2022-03-07T12:12:26Z") },
            { customer_id: 143, full_name: "Ben Yilmaz", email: "ben.yilmaz@example.com", created_at: new Date("2021-12-23T16:47:43Z") },
            { customer_id: 144, full_name: "Olivia Weber", email: "olivia.weber@example.org", created_at: new Date("2020-04-30T15:50:32Z") },
            { customer_id: 145, full_name: "James Yilmaz", email: "james.yilmaz@example.net", created_at: new Date("2020-04-05T15:10:30Z") },
            { customer_id: 146, full_name: "Deniz Martin", email: "deniz.martin@example.net", created_at: new Date("2022-09-24T20:13:58Z") },
            { customer_id: 147, full_name: "Sofia Martin", email: "sofia.martin@example.net", created_at: new Date("2021-09-02T15:29:32Z") },
            { customer_id: 148, full_name: "Kai Lopez", email: "kai.lopez@example.com", created_at: new Date("2020-06-27T10:45:56Z") },
            { customer_id: 149, full_name: "Victor Kowalski", email: "victor.kowalski@example.com", created_at: new Date("2021-08-04T14:52:52Z") },
            { customer_id: 150, full_name: "Anna Weber", email: "anna.weber@example.net", created_at: new Date("2022-06-01T11:58:17Z") },
            { customer_id: 151, full_name: "Mila Kaya", email: "mila.kaya@example.org", created_at: new Date("2021-07-21T16:05:49Z") },
            { customer_id: 152, full_name: "Jonas Clark", email: "jonas.clark@example.org", created_at: new Date("2020-11-23T13:04:06Z") },
            { customer_id: 153, full_name: "Omar Evans", email: "omar.evans@example.com", created_at: new Date("2022-06-10T14:30:00Z") },
            { customer_id: 154, full_name: "Ben Schmidt", email: "ben.schmidt@example.com", created_at: new Date("2020-08-22T14:17:39Z") },
            { customer_id: 155, full_name: "Olivia Martin", email: "olivia.martin@example.com", created_at: new Date("2020-08-10T11:47:50Z") },
            { customer_id: 156, full_name: "Carlos Clark", email: "carlos.clark@example.net", created_at: new Date("2022-02-20T19:15:51Z") },
            { customer_id: 157, full_name: "Mia Kowalski", email: "mia.kowalski@example.com", created_at: new Date("2021-04-16T19:53:45Z") },
            { customer_id: 158, full_name: "James Andersen", email: "james.andersen@example.net", created_at: new Date("2021-06-02T15:09:50Z") },
            { customer_id: 159, full_name: "Maria Dubois", email: "maria.dubois@example.org", created_at: new Date("2021-02-14T16:27:25Z") },
            { customer_id: 160, full_name: "Julia Kumar", email: "julia.kumar@example.org", created_at: new Date("2020-08-23T00:34:33Z") },
            { customer_id: 161, full_name: "Lina Hassan", email: "lina.hassan@example.net", created_at: new Date("2021-02-22T09:24:44Z") },
            { customer_id: 162, full_name: "Arjun Taylor", email: "arjun.taylor@example.com", created_at: new Date("2020-07-25T12:53:41Z") },
            { customer_id: 163, full_name: "Zoe Hansen", email: "zoe.hansen@example.org", created_at: new Date("2021-07-07T16:40:39Z") },
            { customer_id: 164, full_name: "Paula Shah", email: "paula.shah@example.net", created_at: new Date("2021-08-11T10:46:36Z") },
            { customer_id: 165, full_name: "Lena Ibrahim", email: "lena.ibrahim@example.org", created_at: new Date("2021-04-08T16:54:45Z") },
            { customer_id: 166, full_name: "Maya Castro", email: "maya.castro@example.com", created_at: new Date("2022-01-13T17:13:13Z") },
            { customer_id: 167, full_name: "Lina Yilmaz", email: "lina.yilmaz@example.net", created_at: new Date("2022-03-07T12:02:26Z") },
            { customer_id: 168, full_name: "Ana Wang", email: "ana.wang@example.com", created_at: new Date("2020-12-02T17:01:07Z") },
            { customer_id: 169, full_name: "Wei Mendes", email: "wei.mendes@example.org", created_at: new Date("2022-09-16T07:05:03Z") },
            { customer_id: 170, full_name: "Jack Ali", email: "jack.ali@example.org", created_at: new Date("2020-07-13T14:15:09Z") },
            { customer_id: 171, full_name: "Jade Klein", email: "jade.klein@example.net", created_at: new Date("2021-08-06T16:57:33Z") },
            { customer_id: 172, full_name: "Leo Bennett", email: "leo.bennett@example.org", created_at: new Date("2021-09-16T12:19:02Z") },
            { customer_id: 173, full_name: "Elif Kowalski", email: "elif.kowalski@example.net", created_at: new Date("2021-07-19T09:20:22Z") },
            { customer_id: 174, full_name: "Priya Silva", email: "priya.silva@example.org", created_at: new Date("2022-06-29T20:30:41Z") },
            { customer_id: 175, full_name: "Sofia Costa", email: "sofia.costa@example.org", created_at: new Date("2022-04-14T12:53:04Z") },
            { customer_id: 176, full_name: "Tomas Patel", email: "tomas.patel@example.org", created_at: new Date("2020-09-25T13:36:53Z") },
            { customer_id: 177, full_name: "Jonas Lopez", email: "jonas.lopez@example.org", created_at: new Date("2021-08-07T14:13:35Z") },
            { customer_id: 178, full_name: "Leo Gomez", email: "leo.gomez@example.net", created_at: new Date("2022-08-19T10:59:31Z") },
            { customer_id: 179, full_name: "Nadia Meyer", email: "nadia.meyer@example.com", created_at: new Date("2020-07-20T15:13:48Z") },
            { customer_id: 180, full_name: "Jade Ibrahim", email: "jade.ibrahim@example.org", created_at: new Date("2020-02-20T14:24:38Z") },
            { customer_id: 181, full_name: "Anna Kumar", email: "anna.kumar@example.com", created_at: new Date("2020-03-24T18:48:20Z") },
            { customer_id: 182, full_name: "Sofia Bauer", email: "sofia.bauer@example.com", created_at: new Date("2022-04-30T18:34:05Z") },
            { customer_id: 183, full_name: "Ibrahim Cruz", email: "ibrahim.cruz@example.com", created_at: new Date("2020-11-13T15:34:34Z") },
            { customer_id: 184, full_name: "Ivan Schmidt", email: "ivan.schmidt@example.net", created_at: new Date("2022-06-02T15:16:06Z") },
            { customer_id: 185, full_name: "Ivan Hassan", email: "ivan.hassan@example.com", created_at: new Date("2022-10-19T16:23:35Z") },
            { customer_id: 186, full_name: "Tomas Patel", email: "tomas.patel@example.net", created_at: new Date("2021-05-28T16:51:29Z") },
            { customer_id: 187, full_name: "Zara Pereira", email: "zara.pereira@example.com", created_at: new Date("2021-06-08T13:28:58Z") },
            { customer_id: 188, full_name: "Wei Andersen", email: "wei.andersen@example.org", created_at: new Date("2022-12-25T07:13:34Z") },
            { customer_id: 189, full_name: "Anna Nguyen", email: "anna.nguyen@example.net", created_at: new Date("2022-06-19T09:02:24Z") },
            { customer_id: 190, full_name: "Victor Schneider", email: "victor.schneider@example.org", created_at: new Date("2020-12-12T10:50:18Z") },
            { customer_id: 191, full_name: "Mateo Oliveira", email: "mateo.oliveira@example.com", created_at: new Date("2020-08-17T12:23:29Z") },
            { customer_id: 192, full_name: "Chloe Larsen", email: "chloe.larsen@example.com", created_at: new Date("2021-02-25T16:31:23Z") },
            { customer_id: 193, full_name: "Ravi Bauer", email: "ravi.bauer@example.com", created_at: new Date("2022-08-21T12:37:53Z") },
            { customer_id: 194, full_name: "Lena Castro", email: "lena.castro@example.org", created_at: new Date("2022-06-23T13:13:02Z") },
            { customer_id: 195, full_name: "Alice Murphy", email: "alice.murphy@example.net", created_at: new Date("2020-04-03T09:38:49Z") },
            { customer_id: 196, full_name: "David Wang", email: "david.wang@example.net", created_at: new Date("2022-10-01T16:56:14Z") },
            { customer_id: 197, full_name: "Wei Carter", email: "wei.carter@example.org", created_at: new Date("2022-10-22T09:06:41Z") },
            { customer_id: 198, full_name: "Felix Clark", email: "felix.clark@example.org", created_at: new Date("2020-03-14T18:07:11Z") },
            { customer_id: 199, full_name: "Rosa Becker", email: "rosa.becker@example.net", created_at: new Date("2020-10-06T09:37:58Z") },
            { customer_id: 200, full_name: "Olivia Nguyen", email: "olivia.nguyen@example.com", created_at: new Date("2022-11-24T15:40:09Z") },
        ],
    });
    await prisma.plans.createMany({
        data: [
            { plan_id: 1, plan_name: "individual team scale", price: "41.06", features: "The transfer was rescheduled after a partial check." },
            { plan_id: 2, plan_name: "annual", price: "386.93", features: "The claim was confirmed after a late check." },
            { plan_id: 3, plan_name: "monthly advanced", price: "85.71", features: "Flagged as urgent. The reviewer reopened the session." },
            { plan_id: 4, plan_name: "pro growth", price: "40.42", features: "A partial account was approved the same day." },
            { plan_id: 5, plan_name: "starter pro", price: "303.30", features: "No response from the courier, so the delivery was updated." },
            { plan_id: 6, plan_name: "flexible advanced custom", price: "898.88", features: "The appointment was approved following an urgent review." },
            { plan_id: 7, plan_name: "pro professional monthly", price: "85.15", features: "No response from support, so the account was rescheduled." },
            { plan_id: 8, plan_name: "essentials annual", price: "82.28", features: "A standard claim was completed the same day." },
            { plan_id: 9, plan_name: "standard essentials business", price: "413.53", features: "A standard follow-up: the transfer was escalated." },
            { plan_id: 10, plan_name: "flexible", price: "54.63", features: "The customer confirmed the details and the refund was delayed." },
        ],
    });
    await prisma.plan_changes.createMany({
        data: [
            { change_id: 1, customer_id: 112, plan_id: 2, valid_from: "2022-11-29", valid_to: "2023-05-17", change_reason: "service issues", change_date: "2020-12-02" },
            { change_id: 2, customer_id: 91, plan_id: 1, valid_from: "2022-12-18", valid_to: "2023-07-28", change_reason: "promotional offer", change_date: "2022-11-17" },
            { change_id: 3, customer_id: 23, plan_id: 2, valid_from: "2021-03-22", valid_to: "2021-08-27", change_reason: "seasonal change", change_date: "2022-09-27" },
            { change_id: 4, customer_id: 129, plan_id: 10, valid_from: "2021-06-15", valid_to: "2022-02-04", change_reason: "promotional offer", change_date: "2022-03-22" },
            { change_id: 5, customer_id: 163, plan_id: 9, valid_from: "2022-08-29", valid_to: "2023-06-12", change_reason: "customer request", change_date: "2021-11-02" },
            { change_id: 6, customer_id: 15, plan_id: 9, valid_from: "2020-03-03", valid_to: "2020-04-13", change_reason: "trial period expired", change_date: "2020-01-29" },
            { change_id: 7, customer_id: 43, plan_id: 1, valid_from: "2022-01-24", valid_to: "2022-01-26", change_reason: "dissatisfaction with current plan", change_date: "2020-03-06" },
            { change_id: 8, customer_id: 111, plan_id: 4, valid_from: "2022-10-20", valid_to: "2023-07-23", change_reason: "plan downgrade", change_date: "2023-01-01" },
            { change_id: 9, customer_id: 155, plan_id: 3, valid_from: "2022-05-07", valid_to: "2022-06-02", change_reason: "better features available", change_date: "2022-06-17" },
            { change_id: 10, customer_id: 92, plan_id: 9, valid_from: "2020-03-26", valid_to: "2020-05-13", change_reason: "seasonal change", change_date: "2020-04-15" },
            { change_id: 11, customer_id: 8, plan_id: 9, valid_from: "2020-01-09", valid_to: "2020-07-16", change_reason: "customer request", change_date: "2022-01-30" },
            { change_id: 12, customer_id: 123, plan_id: 9, valid_from: "2021-11-20", valid_to: "2022-10-30", change_reason: "promotional offer", change_date: "2021-01-28" },
            { change_id: 13, customer_id: 47, plan_id: 1, valid_from: "2022-05-28", valid_to: "2023-03-30", change_reason: "plan downgrade", change_date: "2020-04-14" },
            { change_id: 14, customer_id: 112, plan_id: 9, valid_from: "2021-08-06", valid_to: "2021-10-13", change_reason: "plan upgrade", change_date: "2022-02-26" },
            { change_id: 15, customer_id: 36, plan_id: 5, valid_from: "2022-10-15", valid_to: "2022-12-04", change_reason: "plan upgrade", change_date: "2020-06-21" },
            { change_id: 16, customer_id: 198, plan_id: 1, valid_from: "2021-08-13", valid_to: "2021-09-20", change_reason: "plan downgrade", change_date: "2021-02-09" },
            { change_id: 17, customer_id: 199, plan_id: 4, valid_from: "2022-04-17", valid_to: "2022-08-08", change_reason: "customer request", change_date: "2021-06-05" },
            { change_id: 18, customer_id: 170, plan_id: 1, valid_from: "2022-10-19", valid_to: "2023-03-04", change_reason: "customer request", change_date: "2021-02-05" },
            { change_id: 19, customer_id: 121, plan_id: 8, valid_from: "2021-03-06", valid_to: "2022-01-27", change_reason: "dissatisfaction with current plan", change_date: "2021-12-15" },
            { change_id: 20, customer_id: 146, plan_id: 4, valid_from: "2021-10-16", valid_to: "2022-02-09", change_reason: "plan upgrade", change_date: "2022-12-30" },
            { change_id: 21, customer_id: 7, plan_id: 8, valid_from: "2021-03-28", valid_to: "2022-01-24", change_reason: "seasonal change", change_date: "2022-01-26" },
            { change_id: 22, customer_id: 18, plan_id: 8, valid_from: "2022-06-11", valid_to: "2023-03-04", change_reason: "customer request", change_date: "2021-10-25" },
            { change_id: 23, customer_id: 176, plan_id: 3, valid_from: "2022-11-25", valid_to: "2022-12-06", change_reason: "promotional offer", change_date: "2020-12-29" },
            { change_id: 24, customer_id: 73, plan_id: 5, valid_from: "2021-09-24", valid_to: "2022-06-03", change_reason: "plan downgrade", change_date: "2020-04-13" },
            { change_id: 25, customer_id: 11, plan_id: 7, valid_from: "2020-01-24", valid_to: "2020-08-04", change_reason: "budget constraints", change_date: "2020-04-16" },
            { change_id: 26, customer_id: 106, plan_id: 7, valid_from: "2021-01-24", valid_to: "2021-05-05", change_reason: "plan upgrade", change_date: "2020-04-03" },
            { change_id: 27, customer_id: 137, plan_id: 5, valid_from: "2020-10-03", valid_to: "2021-01-08", change_reason: "customer request", change_date: "2020-11-30" },
            { change_id: 28, customer_id: 137, plan_id: 7, valid_from: "2022-05-08", valid_to: "2023-04-22", change_reason: "customer request", change_date: "2022-12-01" },
            { change_id: 29, customer_id: 72, plan_id: 4, valid_from: "2021-12-08", valid_to: "2022-10-01", change_reason: "customer request", change_date: "2022-04-27" },
            { change_id: 30, customer_id: 24, plan_id: 8, valid_from: "2021-03-25", valid_to: "2021-05-09", change_reason: "plan downgrade", change_date: "2021-02-08" },
            { change_id: 31, customer_id: 64, plan_id: 3, valid_from: "2021-08-13", valid_to: "2021-08-30", change_reason: "budget constraints", change_date: "2020-09-15" },
            { change_id: 32, customer_id: 133, plan_id: 9, valid_from: "2020-07-31", valid_to: "2020-08-21", change_reason: "plan upgrade", change_date: "2020-09-05" },
            { change_id: 33, customer_id: 166, plan_id: 9, valid_from: "2021-04-06", valid_to: "2021-06-26", change_reason: "plan upgrade", change_date: "2022-05-09" },
            { change_id: 34, customer_id: 165, plan_id: 5, valid_from: "2021-08-19", valid_to: "2021-10-28", change_reason: "plan upgrade", change_date: "2022-02-03" },
            { change_id: 35, customer_id: 106, plan_id: 5, valid_from: "2020-06-01", valid_to: "2020-06-01", change_reason: "budget constraints", change_date: "2022-10-26" },
            { change_id: 36, customer_id: 184, plan_id: 9, valid_from: "2022-04-14", valid_to: "2022-12-16", change_reason: "customer request", change_date: "2022-07-10" },
            { change_id: 37, customer_id: 164, plan_id: 6, valid_from: "2022-11-21", valid_to: "2023-09-29", change_reason: "customer request", change_date: "2021-07-08" },
            { change_id: 38, customer_id: 104, plan_id: 1, valid_from: "2022-03-17", valid_to: "2022-03-21", change_reason: "budget constraints", change_date: "2021-01-23" },
            { change_id: 39, customer_id: 26, plan_id: 3, valid_from: "2021-10-02", valid_to: "2022-05-06", change_reason: "lifestyle change", change_date: "2022-08-02" },
            { change_id: 40, customer_id: 171, plan_id: 10, valid_from: "2022-08-07", valid_to: "2023-01-26", change_reason: "plan downgrade", change_date: "2020-09-17" },
            { change_id: 41, customer_id: 130, plan_id: 8, valid_from: "2022-08-19", valid_to: "2022-11-19", change_reason: "plan downgrade", change_date: "2021-02-25" },
            { change_id: 42, customer_id: 85, plan_id: 4, valid_from: "2021-05-20", valid_to: "2021-11-23", change_reason: "business needs", change_date: "2021-09-02" },
            { change_id: 43, customer_id: 147, plan_id: 7, valid_from: "2022-10-07", valid_to: "2023-01-16", change_reason: "customer request", change_date: "2020-09-22" },
            { change_id: 44, customer_id: 195, plan_id: 3, valid_from: "2022-11-09", valid_to: "2023-03-05", change_reason: "customer request", change_date: "2021-04-10" },
            { change_id: 45, customer_id: 104, plan_id: 2, valid_from: "2021-01-07", valid_to: "2021-10-17", change_reason: "better features available", change_date: "2022-01-14" },
            { change_id: 46, customer_id: 134, plan_id: 9, valid_from: "2021-02-10", valid_to: "2021-03-03", change_reason: "customer request", change_date: "2020-06-16" },
            { change_id: 47, customer_id: 181, plan_id: 10, valid_from: "2022-08-20", valid_to: "2022-11-16", change_reason: "better features available", change_date: "2021-05-25" },
            { change_id: 48, customer_id: 148, plan_id: 5, valid_from: "2022-05-31", valid_to: "2022-09-03", change_reason: "budget constraints", change_date: "2021-07-31" },
            { change_id: 49, customer_id: 72, plan_id: 7, valid_from: "2021-04-16", valid_to: "2021-04-20", change_reason: "customer request", change_date: "2020-06-08" },
            { change_id: 50, customer_id: 73, plan_id: 10, valid_from: "2021-02-08", valid_to: "2021-06-02", change_reason: "lifestyle change", change_date: "2022-05-03" },
            { change_id: 51, customer_id: 100, plan_id: 2, valid_from: "2021-02-06", valid_to: "2021-09-15", change_reason: "customer request", change_date: "2022-01-30" },
            { change_id: 52, customer_id: 150, plan_id: 7, valid_from: "2022-03-05", valid_to: "2022-04-14", change_reason: "better features available", change_date: "2022-07-19" },
            { change_id: 53, customer_id: 82, plan_id: 10, valid_from: "2022-11-09", valid_to: "2023-06-10", change_reason: "service issues", change_date: "2022-02-17" },
            { change_id: 54, customer_id: 182, plan_id: 1, valid_from: "2021-06-24", valid_to: "2021-08-21", change_reason: "plan upgrade", change_date: "2021-03-26" },
            { change_id: 55, customer_id: 43, plan_id: 1, valid_from: "2022-10-19", valid_to: "2022-12-31", change_reason: "seasonal change", change_date: "2020-09-17" },
            { change_id: 56, customer_id: 130, plan_id: 6, valid_from: "2022-08-04", valid_to: "2022-08-28", change_reason: "customer request", change_date: "2022-04-15" },
            { change_id: 57, customer_id: 143, plan_id: 7, valid_from: "2022-11-22", valid_to: "2023-02-15", change_reason: "customer request", change_date: "2020-08-28" },
            { change_id: 58, customer_id: 79, plan_id: 8, valid_from: "2022-06-28", valid_to: "2023-05-08", change_reason: "seasonal change", change_date: "2020-06-27" },
            { change_id: 59, customer_id: 114, plan_id: 8, valid_from: "2021-02-12", valid_to: "2021-02-24", change_reason: "promotional offer", change_date: "2020-01-29" },
            { change_id: 60, customer_id: 141, plan_id: 8, valid_from: "2022-09-29", valid_to: "2022-11-11", change_reason: "customer request", change_date: "2021-09-18" },
            { change_id: 61, customer_id: 137, plan_id: 2, valid_from: "2020-07-30", valid_to: "2021-04-24", change_reason: "dissatisfaction with current plan", change_date: "2021-02-09" },
            { change_id: 62, customer_id: 83, plan_id: 2, valid_from: "2021-11-05", valid_to: "2022-11-04", change_reason: "better features available", change_date: "2021-05-01" },
            { change_id: 63, customer_id: 179, plan_id: 8, valid_from: "2022-12-03", valid_to: "2023-07-16", change_reason: "customer request", change_date: "2021-11-25" },
            { change_id: 64, customer_id: 69, plan_id: 4, valid_from: "2022-05-12", valid_to: "2023-03-02", change_reason: "customer request", change_date: "2020-06-19" },
            { change_id: 65, customer_id: 8, plan_id: 4, valid_from: "2021-07-17", valid_to: "2021-07-23", change_reason: "plan downgrade", change_date: "2020-05-03" },
            { change_id: 66, customer_id: 78, plan_id: 3, valid_from: "2021-03-14", valid_to: "2022-01-06", change_reason: "seasonal change", change_date: "2020-10-14" },
            { change_id: 67, customer_id: 9, plan_id: 2, valid_from: "2022-05-26", valid_to: "2022-08-01", change_reason: "customer request", change_date: "2020-11-12" },
            { change_id: 68, customer_id: 33, plan_id: 9, valid_from: "2022-05-08", valid_to: "2023-01-06", change_reason: "plan upgrade", change_date: "2022-07-07" },
            { change_id: 69, customer_id: 32, plan_id: 10, valid_from: "2022-05-11", valid_to: "2023-03-16", change_reason: "better features available", change_date: "2020-12-07" },
            { change_id: 70, customer_id: 73, plan_id: 7, valid_from: "2021-05-23", valid_to: "2022-04-12", change_reason: "lifestyle change", change_date: "2021-05-04" },
            { change_id: 71, customer_id: 137, plan_id: 2, valid_from: "2022-05-10", valid_to: "2022-10-10", change_reason: "service issues", change_date: "2022-03-26" },
            { change_id: 72, customer_id: 198, plan_id: 2, valid_from: "2022-03-02", valid_to: "2022-10-15", change_reason: "trial period expired", change_date: "2022-12-22" },
            { change_id: 73, customer_id: 174, plan_id: 3, valid_from: "2021-10-06", valid_to: "2022-03-16", change_reason: "customer request", change_date: "2021-05-17" },
            { change_id: 74, customer_id: 165, plan_id: 10, valid_from: "2020-06-15", valid_to: "2020-10-21", change_reason: "customer request", change_date: "2020-08-08" },
            { change_id: 75, customer_id: 75, plan_id: 10, valid_from: "2022-05-12", valid_to: "2022-11-06", change_reason: "business needs", change_date: "2021-04-19" },
            { change_id: 76, customer_id: 103, plan_id: 2, valid_from: "2021-09-04", valid_to: "2022-03-06", change_reason: "plan upgrade", change_date: "2021-11-06" },
            { change_id: 77, customer_id: 63, plan_id: 2, valid_from: "2021-10-17", valid_to: "2022-03-24", change_reason: "customer request", change_date: "2020-09-09" },
            { change_id: 78, customer_id: 111, plan_id: 10, valid_from: "2020-03-28", valid_to: "2020-06-14", change_reason: "better features available", change_date: "2021-12-04" },
            { change_id: 79, customer_id: 51, plan_id: 9, valid_from: "2022-02-19", valid_to: "2022-05-29", change_reason: "seasonal change", change_date: "2020-01-26" },
            { change_id: 80, customer_id: 200, plan_id: 1, valid_from: "2021-04-23", valid_to: "2021-11-21", change_reason: "lifestyle change", change_date: "2022-04-15" },
            { change_id: 81, customer_id: 10, plan_id: 5, valid_from: "2022-12-04", valid_to: "2023-05-04", change_reason: "customer request", change_date: "2022-01-03" },
            { change_id: 82, customer_id: 189, plan_id: 3, valid_from: "2022-03-24", valid_to: "2022-07-05", change_reason: "budget constraints", change_date: "2021-12-14" },
            { change_id: 83, customer_id: 13, plan_id: 6, valid_from: "2020-11-23", valid_to: "2021-01-29", change_reason: "customer request", change_date: "2020-04-22" },
            { change_id: 84, customer_id: 146, plan_id: 4, valid_from: "2022-06-20", valid_to: "2022-09-08", change_reason: "plan upgrade", change_date: "2020-10-30" },
            { change_id: 85, customer_id: 148, plan_id: 1, valid_from: "2021-07-01", valid_to: "2022-02-02", change_reason: "promotional offer", change_date: "2022-09-12" },
            { change_id: 86, customer_id: 158, plan_id: 2, valid_from: "2020-11-14", valid_to: "2021-07-13", change_reason: "plan downgrade", change_date: "2020-06-16" },
            { change_id: 87, customer_id: 127, plan_id: 4, valid_from: "2020-01-06", valid_to: "2020-04-16", change_reason: "customer request", change_date: "2021-10-30" },
            { change_id: 88, customer_id: 105, plan_id: 9, valid_from: "2020-03-25", valid_to: "2020-05-05", change_reason: "plan upgrade", change_date: "2022-01-18" },
            { change_id: 89, customer_id: 14, plan_id: 1, valid_from: "2022-04-29", valid_to: "2022-08-04", change_reason: "customer request", change_date: "2021-11-27" },
            { change_id: 90, customer_id: 102, plan_id: 5, valid_from: "2022-11-17", valid_to: "2023-02-20", change_reason: "lifestyle change", change_date: "2020-09-21" },
            { change_id: 91, customer_id: 31, plan_id: 1, valid_from: "2022-10-06", valid_to: "2022-11-28", change_reason: "better features available", change_date: "2021-10-18" },
            { change_id: 92, customer_id: 141, plan_id: 3, valid_from: "2021-11-30", valid_to: "2022-01-02", change_reason: "trial period expired", change_date: "2022-08-21" },
            { change_id: 93, customer_id: 31, plan_id: 4, valid_from: "2020-03-13", valid_to: "2020-08-26", change_reason: "better features available", change_date: "2020-04-11" },
            { change_id: 94, customer_id: 9, plan_id: 9, valid_from: "2022-02-14", valid_to: "2022-11-06", change_reason: "dissatisfaction with current plan", change_date: "2022-05-30" },
            { change_id: 95, customer_id: 88, plan_id: 10, valid_from: "2021-08-07", valid_to: "2021-11-22", change_reason: "promotional offer", change_date: "2021-07-10" },
            { change_id: 96, customer_id: 20, plan_id: 6, valid_from: "2022-03-01", valid_to: "2022-04-03", change_reason: "plan upgrade", change_date: "2021-04-06" },
            { change_id: 97, customer_id: 194, plan_id: 10, valid_from: "2020-01-01", valid_to: "2020-10-25", change_reason: "dissatisfaction with current plan", change_date: "2020-07-11" },
            { change_id: 98, customer_id: 158, plan_id: 10, valid_from: "2022-07-09", valid_to: "2023-06-21", change_reason: "plan upgrade", change_date: "2020-11-06" },
            { change_id: 99, customer_id: 134, plan_id: 9, valid_from: "2020-11-13", valid_to: "2021-04-28", change_reason: "customer request", change_date: "2020-09-12" },
            { change_id: 100, customer_id: 45, plan_id: 4, valid_from: "2022-08-23", valid_to: "2023-01-28", change_reason: "seasonal change", change_date: "2021-08-16" },
            { change_id: 101, customer_id: 46, plan_id: 6, valid_from: "2021-11-07", valid_to: "2022-08-27", change_reason: "customer request", change_date: "2020-09-16" },
            { change_id: 102, customer_id: 68, plan_id: 10, valid_from: "2021-05-19", valid_to: "2022-03-18", change_reason: "promotional offer", change_date: "2022-04-13" },
            { change_id: 103, customer_id: 58, plan_id: 7, valid_from: "2020-03-18", valid_to: "2020-04-26", change_reason: "customer request", change_date: "2021-05-12" },
            { change_id: 104, customer_id: 20, plan_id: 10, valid_from: "2022-12-10", valid_to: "2023-11-30", change_reason: "promotional offer", change_date: "2020-03-30" },
            { change_id: 105, customer_id: 135, plan_id: 10, valid_from: "2021-05-19", valid_to: "2021-10-02", change_reason: "promotional offer", change_date: "2020-07-11" },
            { change_id: 106, customer_id: 120, plan_id: 8, valid_from: "2020-03-14", valid_to: "2020-10-16", change_reason: "promotional offer", change_date: "2022-05-30" },
            { change_id: 107, customer_id: 154, plan_id: 7, valid_from: "2022-10-22", valid_to: "2023-01-29", change_reason: "customer request", change_date: "2022-06-14" },
            { change_id: 108, customer_id: 13, plan_id: 1, valid_from: "2022-02-14", valid_to: "2022-08-04", change_reason: "promotional offer", change_date: "2021-01-31" },
            { change_id: 109, customer_id: 115, plan_id: 4, valid_from: "2022-12-04", valid_to: "2023-03-22", change_reason: "customer request", change_date: "2021-08-06" },
            { change_id: 110, customer_id: 107, plan_id: 7, valid_from: "2021-02-16", valid_to: "2021-11-13", change_reason: "plan downgrade", change_date: "2022-08-31" },
            { change_id: 111, customer_id: 65, plan_id: 5, valid_from: "2022-11-19", valid_to: "2023-11-15", change_reason: "plan downgrade", change_date: "2022-03-17" },
            { change_id: 112, customer_id: 46, plan_id: 8, valid_from: "2021-06-09", valid_to: "2022-01-27", change_reason: "plan downgrade", change_date: "2021-07-26" },
            { change_id: 113, customer_id: 168, plan_id: 3, valid_from: "2022-04-12", valid_to: "2022-12-09", change_reason: "plan upgrade", change_date: "2020-08-30" },
            { change_id: 114, customer_id: 79, plan_id: 2, valid_from: "2020-02-15", valid_to: "2021-02-01", change_reason: "promotional offer", change_date: "2021-07-17" },
            { change_id: 115, customer_id: 109, plan_id: 10, valid_from: "2021-10-25", valid_to: "2022-05-12", change_reason: "plan downgrade", change_date: "2022-01-19" },
            { change_id: 116, customer_id: 72, plan_id: 8, valid_from: "2020-04-12", valid_to: "2021-01-07", change_reason: "better features available", change_date: "2021-02-07" },
            { change_id: 117, customer_id: 193, plan_id: 7, valid_from: "2021-07-14", valid_to: "2022-02-17", change_reason: "budget constraints", change_date: "2020-01-08" },
            { change_id: 118, customer_id: 169, plan_id: 10, valid_from: "2020-08-30", valid_to: "2021-06-11", change_reason: "seasonal change", change_date: "2020-09-03" },
            { change_id: 119, customer_id: 25, plan_id: 1, valid_from: "2022-07-09", valid_to: "2023-04-08", change_reason: "budget constraints", change_date: "2021-10-28" },
            { change_id: 120, customer_id: 40, plan_id: 8, valid_from: "2022-08-14", valid_to: "2023-07-13", change_reason: "plan downgrade", change_date: "2022-04-30" },
            { change_id: 121, customer_id: 12, plan_id: 10, valid_from: "2021-08-01", valid_to: "2022-03-21", change_reason: "promotional offer", change_date: "2021-03-27" },
            { change_id: 122, customer_id: 81, plan_id: 1, valid_from: "2022-12-05", valid_to: "2023-05-18", change_reason: "seasonal change", change_date: "2021-06-22" },
            { change_id: 123, customer_id: 125, plan_id: 6, valid_from: "2021-06-09", valid_to: "2022-05-26", change_reason: "plan downgrade", change_date: "2020-10-02" },
            { change_id: 124, customer_id: 22, plan_id: 1, valid_from: "2022-09-24", valid_to: "2023-04-06", change_reason: "customer request", change_date: "2022-01-21" },
            { change_id: 125, customer_id: 72, plan_id: 1, valid_from: "2022-04-25", valid_to: "2022-08-10", change_reason: "customer request", change_date: "2021-01-21" },
            { change_id: 126, customer_id: 10, plan_id: 8, valid_from: "2022-09-07", valid_to: "2023-04-27", change_reason: "customer request", change_date: "2020-09-16" },
            { change_id: 127, customer_id: 192, plan_id: 2, valid_from: "2022-07-05", valid_to: "2022-09-02", change_reason: "plan downgrade", change_date: "2022-01-17" },
            { change_id: 128, customer_id: 82, plan_id: 1, valid_from: "2020-06-22", valid_to: "2020-07-07", change_reason: "plan upgrade", change_date: "2021-04-13" },
            { change_id: 129, customer_id: 22, plan_id: 6, valid_from: "2022-05-25", valid_to: "2022-10-04", change_reason: "seasonal change", change_date: "2021-06-29" },
            { change_id: 130, customer_id: 6, plan_id: 6, valid_from: "2021-02-28", valid_to: "2021-07-15", change_reason: "customer request", change_date: "2021-01-14" },
            { change_id: 131, customer_id: 26, plan_id: 3, valid_from: "2022-08-20", valid_to: "2023-04-07", change_reason: "plan upgrade", change_date: "2021-07-04" },
            { change_id: 132, customer_id: 90, plan_id: 9, valid_from: "2021-11-09", valid_to: "2022-04-25", change_reason: "business needs", change_date: "2022-04-09" },
            { change_id: 133, customer_id: 165, plan_id: 6, valid_from: "2022-07-08", valid_to: "2023-02-08", change_reason: "promotional offer", change_date: "2021-08-11" },
            { change_id: 134, customer_id: 18, plan_id: 5, valid_from: "2020-08-04", valid_to: "2021-07-28", change_reason: "better features available", change_date: "2021-08-04" },
            { change_id: 135, customer_id: 187, plan_id: 6, valid_from: "2020-07-02", valid_to: "2021-06-26", change_reason: "plan downgrade", change_date: "2020-09-24" },
            { change_id: 136, customer_id: 51, plan_id: 1, valid_from: "2021-08-04", valid_to: "2022-02-05", change_reason: "plan downgrade", change_date: "2022-04-10" },
            { change_id: 137, customer_id: 130, plan_id: 5, valid_from: "2020-11-19", valid_to: "2020-12-19", change_reason: "customer request", change_date: "2022-08-27" },
            { change_id: 138, customer_id: 43, plan_id: 5, valid_from: "2022-02-16", valid_to: "2022-11-07", change_reason: "service issues", change_date: "2022-01-10" },
            { change_id: 139, customer_id: 194, plan_id: 5, valid_from: "2022-10-05", valid_to: "2023-08-12", change_reason: "customer request", change_date: "2022-11-11" },
            { change_id: 140, customer_id: 46, plan_id: 5, valid_from: "2020-03-02", valid_to: "2020-06-30", change_reason: "budget constraints", change_date: "2020-11-02" },
            { change_id: 141, customer_id: 138, plan_id: 6, valid_from: "2020-10-12", valid_to: "2021-05-02", change_reason: "customer request", change_date: "2021-08-08" },
            { change_id: 142, customer_id: 189, plan_id: 3, valid_from: "2021-10-16", valid_to: "2022-10-05", change_reason: "customer request", change_date: "2021-12-11" },
            { change_id: 143, customer_id: 38, plan_id: 4, valid_from: "2021-06-26", valid_to: "2022-01-07", change_reason: "customer request", change_date: "2021-06-01" },
            { change_id: 144, customer_id: 191, plan_id: 6, valid_from: "2021-11-04", valid_to: "2022-05-06", change_reason: "plan downgrade", change_date: "2022-07-25" },
            { change_id: 145, customer_id: 6, plan_id: 2, valid_from: "2022-03-15", valid_to: "2022-12-11", change_reason: "seasonal change", change_date: "2020-04-29" },
            { change_id: 146, customer_id: 54, plan_id: 9, valid_from: "2022-03-05", valid_to: "2022-09-09", change_reason: "customer request", change_date: "2021-10-18" },
            { change_id: 147, customer_id: 107, plan_id: 2, valid_from: "2020-08-13", valid_to: "2021-02-05", change_reason: "plan upgrade", change_date: "2021-04-04" },
            { change_id: 148, customer_id: 74, plan_id: 2, valid_from: "2021-10-28", valid_to: "2022-02-09", change_reason: "business needs", change_date: "2022-04-05" },
            { change_id: 149, customer_id: 156, plan_id: 4, valid_from: "2021-04-18", valid_to: "2021-06-27", change_reason: "customer request", change_date: "2022-01-07" },
            { change_id: 150, customer_id: 162, plan_id: 3, valid_from: "2020-01-29", valid_to: "2020-10-09", change_reason: "customer request", change_date: "2020-04-07" },
            { change_id: 151, customer_id: 6, plan_id: 7, valid_from: "2021-04-18", valid_to: "2021-07-13", change_reason: "customer request", change_date: "2021-04-08" },
            { change_id: 152, customer_id: 174, plan_id: 3, valid_from: "2021-01-01", valid_to: "2021-07-17", change_reason: "budget constraints", change_date: "2020-10-11" },
            { change_id: 153, customer_id: 195, plan_id: 7, valid_from: "2021-04-22", valid_to: "2021-12-23", change_reason: "business needs", change_date: "2020-06-03" },
            { change_id: 154, customer_id: 122, plan_id: 7, valid_from: "2020-07-04", valid_to: "2021-05-23", change_reason: "budget constraints", change_date: "2021-03-19" },
            { change_id: 155, customer_id: 133, plan_id: 7, valid_from: "2020-12-29", valid_to: "2021-01-28", change_reason: "customer request", change_date: "2022-05-24" },
            { change_id: 156, customer_id: 14, plan_id: 5, valid_from: "2020-11-19", valid_to: "2021-09-20", change_reason: "seasonal change", change_date: "2022-09-05" },
            { change_id: 157, customer_id: 55, plan_id: 2, valid_from: "2022-09-11", valid_to: "2023-04-27", change_reason: "customer request", change_date: "2020-09-01" },
            { change_id: 158, customer_id: 6, plan_id: 1, valid_from: "2022-10-26", valid_to: "2023-04-18", change_reason: "customer request", change_date: "2020-02-10" },
            { change_id: 159, customer_id: 20, plan_id: 1, valid_from: "2022-02-22", valid_to: "2023-02-07", change_reason: "service issues", change_date: "2022-10-04" },
            { change_id: 160, customer_id: 174, plan_id: 8, valid_from: "2021-11-20", valid_to: "2022-10-22", change_reason: "plan upgrade", change_date: "2021-12-13" },
            { change_id: 161, customer_id: 120, plan_id: 8, valid_from: "2021-05-23", valid_to: "2022-02-05", change_reason: "customer request", change_date: "2020-12-06" },
            { change_id: 162, customer_id: 29, plan_id: 3, valid_from: "2022-06-13", valid_to: "2022-07-30", change_reason: "plan downgrade", change_date: "2020-12-18" },
            { change_id: 163, customer_id: 114, plan_id: 10, valid_from: "2021-04-09", valid_to: "2021-10-09", change_reason: "plan upgrade", change_date: "2021-01-23" },
            { change_id: 164, customer_id: 7, plan_id: 5, valid_from: "2022-09-18", valid_to: "2022-11-15", change_reason: "promotional offer", change_date: "2021-11-25" },
            { change_id: 165, customer_id: 85, plan_id: 2, valid_from: "2021-03-19", valid_to: "2021-07-12", change_reason: "customer request", change_date: "2020-01-04" },
            { change_id: 166, customer_id: 92, plan_id: 8, valid_from: "2022-12-17", valid_to: "2023-11-20", change_reason: "seasonal change", change_date: "2022-04-13" },
            { change_id: 167, customer_id: 7, plan_id: 9, valid_from: "2021-08-17", valid_to: "2021-12-12", change_reason: "customer request", change_date: "2022-07-26" },
            { change_id: 168, customer_id: 23, plan_id: 10, valid_from: "2022-01-22", valid_to: "2022-06-21", change_reason: "promotional offer", change_date: "2021-08-13" },
            { change_id: 169, customer_id: 63, plan_id: 3, valid_from: "2022-11-21", valid_to: "2022-12-17", change_reason: "customer request", change_date: "2020-09-04" },
            { change_id: 170, customer_id: 59, plan_id: 7, valid_from: "2021-12-30", valid_to: "2022-07-25", change_reason: "promotional offer", change_date: "2020-07-20" },
            { change_id: 171, customer_id: 133, plan_id: 6, valid_from: "2020-11-18", valid_to: "2021-07-11", change_reason: "better features available", change_date: "2020-01-02" },
            { change_id: 172, customer_id: 63, plan_id: 1, valid_from: "2022-10-20", valid_to: "2023-04-07", change_reason: "plan downgrade", change_date: "2020-03-15" },
            { change_id: 173, customer_id: 102, plan_id: 9, valid_from: "2022-09-02", valid_to: "2023-05-07", change_reason: "budget constraints", change_date: "2022-05-04" },
            { change_id: 174, customer_id: 10, plan_id: 7, valid_from: "2020-02-07", valid_to: "2020-04-12", change_reason: "plan downgrade", change_date: "2021-07-02" },
            { change_id: 175, customer_id: 189, plan_id: 8, valid_from: "2021-11-12", valid_to: "2022-01-11", change_reason: "better features available", change_date: "2022-01-01" },
            { change_id: 176, customer_id: 164, plan_id: 8, valid_from: "2022-05-10", valid_to: "2022-11-16", change_reason: "better features available", change_date: "2021-02-14" },
            { change_id: 177, customer_id: 17, plan_id: 1, valid_from: "2020-03-08", valid_to: "2020-08-25", change_reason: "trial period expired", change_date: "2020-02-09" },
            { change_id: 178, customer_id: 37, plan_id: 3, valid_from: "2020-12-20", valid_to: "2021-11-14", change_reason: "customer request", change_date: "2021-08-16" },
            { change_id: 179, customer_id: 176, plan_id: 4, valid_from: "2021-10-16", valid_to: "2022-03-28", change_reason: "customer request", change_date: "2022-08-14" },
            { change_id: 180, customer_id: 118, plan_id: 5, valid_from: "2021-01-09", valid_to: "2021-09-30", change_reason: "lifestyle change", change_date: "2021-12-29" },
            { change_id: 181, customer_id: 175, plan_id: 3, valid_from: "2020-10-20", valid_to: "2020-11-08", change_reason: "customer request", change_date: "2020-12-01" },
            { change_id: 182, customer_id: 30, plan_id: 7, valid_from: "2022-10-10", valid_to: "2023-09-20", change_reason: "budget constraints", change_date: "2021-07-09" },
            { change_id: 183, customer_id: 119, plan_id: 1, valid_from: "2022-04-25", valid_to: "2022-10-16", change_reason: "trial period expired", change_date: "2021-01-15" },
            { change_id: 184, customer_id: 146, plan_id: 7, valid_from: "2020-11-15", valid_to: "2021-03-23", change_reason: "lifestyle change", change_date: "2022-09-05" },
            { change_id: 185, customer_id: 59, plan_id: 2, valid_from: "2022-12-31", valid_to: "2023-04-09", change_reason: "plan downgrade", change_date: "2021-09-19" },
            { change_id: 186, customer_id: 94, plan_id: 10, valid_from: "2021-08-11", valid_to: "2022-02-19", change_reason: "customer request", change_date: "2022-04-19" },
            { change_id: 187, customer_id: 37, plan_id: 6, valid_from: "2022-10-23", valid_to: "2023-10-17", change_reason: "budget constraints", change_date: "2022-06-04" },
            { change_id: 188, customer_id: 199, plan_id: 5, valid_from: "2021-03-20", valid_to: "2021-10-07", change_reason: "trial period expired", change_date: "2021-03-29" },
            { change_id: 189, customer_id: 38, plan_id: 9, valid_from: "2021-11-20", valid_to: "2022-04-14", change_reason: "trial period expired", change_date: "2020-08-20" },
            { change_id: 190, customer_id: 85, plan_id: 3, valid_from: "2022-11-30", valid_to: "2023-09-05", change_reason: "plan upgrade", change_date: "2021-02-18" },
            { change_id: 191, customer_id: 19, plan_id: 10, valid_from: "2022-10-18", valid_to: "2023-05-02", change_reason: "trial period expired", change_date: "2021-12-04" },
            { change_id: 192, customer_id: 60, plan_id: 4, valid_from: "2021-09-14", valid_to: "2022-05-30", change_reason: "trial period expired", change_date: "2021-07-13" },
            { change_id: 193, customer_id: 152, plan_id: 9, valid_from: "2022-07-03", valid_to: "2023-05-11", change_reason: "promotional offer", change_date: "2021-04-04" },
            { change_id: 194, customer_id: 132, plan_id: 1, valid_from: "2022-09-22", valid_to: "2023-07-14", change_reason: "promotional offer", change_date: "2021-07-06" },
            { change_id: 195, customer_id: 46, plan_id: 6, valid_from: "2020-01-12", valid_to: "2020-02-07", change_reason: "business needs", change_date: "2021-08-19" },
            { change_id: 196, customer_id: 29, plan_id: 2, valid_from: "2022-08-04", valid_to: "2022-08-17", change_reason: "business needs", change_date: "2020-02-11" },
            { change_id: 197, customer_id: 15, plan_id: 6, valid_from: "2021-05-30", valid_to: "2021-06-13", change_reason: "plan downgrade", change_date: "2021-09-27" },
            { change_id: 198, customer_id: 31, plan_id: 1, valid_from: "2021-02-20", valid_to: "2021-11-06", change_reason: "lifestyle change", change_date: "2021-01-30" },
            { change_id: 199, customer_id: 119, plan_id: 2, valid_from: "2020-09-04", valid_to: "2021-06-08", change_reason: "plan upgrade", change_date: "2022-02-05" },
            { change_id: 200, customer_id: 30, plan_id: 7, valid_from: "2021-01-21", valid_to: "2021-11-30", change_reason: "customer request", change_date: "2021-01-16" },
            { change_id: 201, customer_id: 107, plan_id: 5, valid_from: "2021-04-21", valid_to: "2021-08-31", change_reason: "customer request", change_date: "2022-08-16" },
            { change_id: 202, customer_id: 136, plan_id: 5, valid_from: "2020-12-29", valid_to: "2021-11-09", change_reason: "plan downgrade", change_date: "2021-11-14" },
            { change_id: 203, customer_id: 80, plan_id: 10, valid_from: "2020-01-12", valid_to: "2020-09-29", change_reason: "lifestyle change", change_date: "2022-05-01" },
            { change_id: 204, customer_id: 192, plan_id: 6, valid_from: "2022-08-01", valid_to: "2023-02-13", change_reason: "better features available", change_date: "2022-10-14" },
            { change_id: 205, customer_id: 16, plan_id: 1, valid_from: "2021-10-28", valid_to: "2022-10-28", change_reason: "budget constraints", change_date: "2021-03-15" },
            { change_id: 206, customer_id: 27, plan_id: 9, valid_from: "2020-11-21", valid_to: "2021-09-29", change_reason: "customer request", change_date: "2021-11-01" },
            { change_id: 207, customer_id: 155, plan_id: 3, valid_from: "2022-12-26", valid_to: "2023-11-24", change_reason: "lifestyle change", change_date: "2021-11-29" },
            { change_id: 208, customer_id: 131, plan_id: 3, valid_from: "2020-01-15", valid_to: "2020-01-25", change_reason: "seasonal change", change_date: "2020-08-02" },
            { change_id: 209, customer_id: 95, plan_id: 9, valid_from: "2022-06-20", valid_to: "2022-07-31", change_reason: "promotional offer", change_date: "2020-09-08" },
            { change_id: 210, customer_id: 156, plan_id: 10, valid_from: "2022-10-25", valid_to: "2023-01-26", change_reason: "plan upgrade", change_date: "2021-09-01" },
            { change_id: 211, customer_id: 79, plan_id: 2, valid_from: "2020-01-23", valid_to: "2021-01-16", change_reason: "plan upgrade", change_date: "2020-02-16" },
            { change_id: 212, customer_id: 67, plan_id: 9, valid_from: "2021-09-09", valid_to: "2022-05-23", change_reason: "service issues", change_date: "2022-12-21" },
            { change_id: 213, customer_id: 140, plan_id: 4, valid_from: "2022-09-28", valid_to: "2023-05-24", change_reason: "plan downgrade", change_date: "2021-04-26" },
            { change_id: 214, customer_id: 175, plan_id: 2, valid_from: "2021-09-18", valid_to: "2021-11-28", change_reason: "customer request", change_date: "2021-01-21" },
            { change_id: 215, customer_id: 157, plan_id: 6, valid_from: "2021-10-12", valid_to: "2022-02-09", change_reason: "customer request", change_date: "2022-05-30" },
            { change_id: 216, customer_id: 39, plan_id: 4, valid_from: "2022-11-29", valid_to: "2023-05-11", change_reason: "plan downgrade", change_date: "2021-09-28" },
            { change_id: 217, customer_id: 191, plan_id: 3, valid_from: "2021-09-22", valid_to: "2021-10-03", change_reason: "business needs", change_date: "2022-08-10" },
            { change_id: 218, customer_id: 60, plan_id: 3, valid_from: "2022-10-27", valid_to: "2022-12-14", change_reason: "plan upgrade", change_date: "2021-04-07" },
            { change_id: 219, customer_id: 103, plan_id: 5, valid_from: "2020-03-19", valid_to: "2020-06-28", change_reason: "customer request", change_date: "2020-05-07" },
            { change_id: 220, customer_id: 49, plan_id: 7, valid_from: "2022-02-06", valid_to: "2022-06-21", change_reason: "budget constraints", change_date: "2021-07-04" },
            { change_id: 221, customer_id: 43, plan_id: 6, valid_from: "2021-09-28", valid_to: "2022-01-25", change_reason: "better features available", change_date: "2022-07-14" },
            { change_id: 222, customer_id: 70, plan_id: 6, valid_from: "2022-10-02", valid_to: "2023-01-27", change_reason: "business needs", change_date: "2020-02-27" },
            { change_id: 223, customer_id: 67, plan_id: 8, valid_from: "2022-07-21", valid_to: "2023-06-04", change_reason: "budget constraints", change_date: "2020-06-16" },
            { change_id: 224, customer_id: 135, plan_id: 10, valid_from: "2020-03-21", valid_to: "2021-02-19", change_reason: "business needs", change_date: "2022-10-20" },
            { change_id: 225, customer_id: 5, plan_id: 10, valid_from: "2022-11-29", valid_to: "2022-12-26", change_reason: "customer request", change_date: "2020-02-01" },
            { change_id: 226, customer_id: 54, plan_id: 10, valid_from: "2020-11-02", valid_to: "2021-05-06", change_reason: "plan downgrade", change_date: "2020-06-04" },
            { change_id: 227, customer_id: 31, plan_id: 9, valid_from: "2020-08-12", valid_to: "2021-02-12", change_reason: "dissatisfaction with current plan", change_date: "2021-12-07" },
            { change_id: 228, customer_id: 185, plan_id: 2, valid_from: "2020-11-30", valid_to: "2021-03-15", change_reason: "plan upgrade", change_date: "2020-01-10" },
            { change_id: 229, customer_id: 121, plan_id: 9, valid_from: "2021-04-07", valid_to: "2021-06-28", change_reason: "customer request", change_date: "2020-09-17" },
            { change_id: 230, customer_id: 100, plan_id: 9, valid_from: "2022-12-08", valid_to: "2022-12-31", change_reason: "dissatisfaction with current plan", change_date: "2022-05-14" },
            { change_id: 231, customer_id: 50, plan_id: 1, valid_from: "2022-11-20", valid_to: "2023-04-30", change_reason: "dissatisfaction with current plan", change_date: "2022-05-13" },
            { change_id: 232, customer_id: 121, plan_id: 1, valid_from: "2021-07-15", valid_to: "2021-12-31", change_reason: "plan upgrade", change_date: "2022-12-02" },
            { change_id: 233, customer_id: 38, plan_id: 7, valid_from: "2022-09-23", valid_to: "2023-06-25", change_reason: "customer request", change_date: "2022-11-12" },
            { change_id: 234, customer_id: 133, plan_id: 10, valid_from: "2021-11-30", valid_to: "2022-08-14", change_reason: "customer request", change_date: "2021-07-17" },
            { change_id: 235, customer_id: 197, plan_id: 8, valid_from: "2020-01-09", valid_to: "2020-11-11", change_reason: "budget constraints", change_date: "2021-06-23" },
            { change_id: 236, customer_id: 121, plan_id: 9, valid_from: "2021-07-30", valid_to: "2022-03-12", change_reason: "plan upgrade", change_date: "2020-12-15" },
            { change_id: 237, customer_id: 139, plan_id: 4, valid_from: "2021-08-05", valid_to: "2022-06-22", change_reason: "trial period expired", change_date: "2021-12-04" },
            { change_id: 238, customer_id: 139, plan_id: 3, valid_from: "2022-05-25", valid_to: "2022-08-30", change_reason: "customer request", change_date: "2020-12-14" },
            { change_id: 239, customer_id: 195, plan_id: 6, valid_from: "2022-01-21", valid_to: "2022-11-21", change_reason: "customer request", change_date: "2021-09-16" },
            { change_id: 240, customer_id: 41, plan_id: 1, valid_from: "2022-09-23", valid_to: "2023-02-05", change_reason: "dissatisfaction with current plan", change_date: "2021-12-03" },
            { change_id: 241, customer_id: 27, plan_id: 3, valid_from: "2022-05-05", valid_to: "2022-05-13", change_reason: "customer request", change_date: "2022-07-13" },
            { change_id: 242, customer_id: 164, plan_id: 4, valid_from: "2022-08-18", valid_to: "2023-01-20", change_reason: "customer request", change_date: "2022-05-17" },
            { change_id: 243, customer_id: 101, plan_id: 4, valid_from: "2020-01-13", valid_to: "2020-09-27", change_reason: "customer request", change_date: "2021-05-21" },
            { change_id: 244, customer_id: 119, plan_id: 9, valid_from: "2021-07-28", valid_to: "2021-08-11", change_reason: "customer request", change_date: "2021-04-11" },
            { change_id: 245, customer_id: 11, plan_id: 6, valid_from: "2022-06-23", valid_to: "2023-05-19", change_reason: "plan upgrade", change_date: "2022-12-01" },
            { change_id: 246, customer_id: 104, plan_id: 5, valid_from: "2021-06-16", valid_to: "2022-01-16", change_reason: "customer request", change_date: "2021-07-20" },
            { change_id: 247, customer_id: 107, plan_id: 2, valid_from: "2021-05-19", valid_to: "2022-02-23", change_reason: "customer request", change_date: "2022-06-05" },
            { change_id: 248, customer_id: 134, plan_id: 1, valid_from: "2022-12-22", valid_to: "2023-08-18", change_reason: "plan upgrade", change_date: "2021-08-28" },
            { change_id: 249, customer_id: 147, plan_id: 7, valid_from: "2021-10-07", valid_to: "2021-11-23", change_reason: "lifestyle change", change_date: "2020-08-10" },
            { change_id: 250, customer_id: 56, plan_id: 9, valid_from: "2022-02-04", valid_to: "2022-06-07", change_reason: "lifestyle change", change_date: "2020-03-04" },
            { change_id: 251, customer_id: 126, plan_id: 7, valid_from: "2022-03-13", valid_to: "2022-03-13", change_reason: "promotional offer", change_date: "2020-08-30" },
            { change_id: 252, customer_id: 167, plan_id: 5, valid_from: "2022-07-13", valid_to: "2022-12-15", change_reason: "lifestyle change", change_date: "2020-10-12" },
            { change_id: 253, customer_id: 111, plan_id: 10, valid_from: "2021-04-23", valid_to: "2022-02-11", change_reason: "plan downgrade", change_date: "2021-12-27" },
            { change_id: 254, customer_id: 185, plan_id: 8, valid_from: "2020-03-28", valid_to: "2021-02-19", change_reason: "customer request", change_date: "2021-09-26" },
            { change_id: 255, customer_id: 161, plan_id: 9, valid_from: "2022-05-10", valid_to: "2022-08-22", change_reason: "plan upgrade", change_date: "2021-07-11" },
            { change_id: 256, customer_id: 137, plan_id: 5, valid_from: "2020-09-28", valid_to: "2020-12-15", change_reason: "plan upgrade", change_date: "2021-01-30" },
            { change_id: 257, customer_id: 181, plan_id: 7, valid_from: "2021-08-22", valid_to: "2022-03-15", change_reason: "better features available", change_date: "2021-11-18" },
            { change_id: 258, customer_id: 132, plan_id: 1, valid_from: "2022-03-05", valid_to: "2022-07-27", change_reason: "better features available", change_date: "2022-11-21" },
            { change_id: 259, customer_id: 66, plan_id: 1, valid_from: "2021-11-06", valid_to: "2022-06-04", change_reason: "customer request", change_date: "2022-11-19" },
            { change_id: 260, customer_id: 79, plan_id: 1, valid_from: "2022-04-16", valid_to: "2022-12-29", change_reason: "promotional offer", change_date: "2020-04-28" },
            { change_id: 261, customer_id: 10, plan_id: 5, valid_from: "2021-09-16", valid_to: "2022-08-07", change_reason: "budget constraints", change_date: "2022-07-01" },
            { change_id: 262, customer_id: 115, plan_id: 2, valid_from: "2022-07-11", valid_to: "2023-07-10", change_reason: "plan upgrade", change_date: "2020-11-04" },
            { change_id: 263, customer_id: 149, plan_id: 10, valid_from: "2021-04-05", valid_to: "2021-09-24", change_reason: "better features available", change_date: "2021-05-20" },
            { change_id: 264, customer_id: 182, plan_id: 2, valid_from: "2022-07-18", valid_to: "2023-04-05", change_reason: "customer request", change_date: "2022-01-16" },
            { change_id: 265, customer_id: 91, plan_id: 4, valid_from: "2022-02-09", valid_to: "2022-12-29", change_reason: "plan downgrade", change_date: "2021-05-12" },
            { change_id: 266, customer_id: 112, plan_id: 1, valid_from: "2020-10-26", valid_to: "2020-11-12", change_reason: "customer request", change_date: "2021-03-14" },
            { change_id: 267, customer_id: 191, plan_id: 10, valid_from: "2021-07-29", valid_to: "2022-03-11", change_reason: "better features available", change_date: "2021-10-20" },
            { change_id: 268, customer_id: 84, plan_id: 7, valid_from: "2022-04-28", valid_to: "2023-04-26", change_reason: "dissatisfaction with current plan", change_date: "2020-12-25" },
            { change_id: 269, customer_id: 186, plan_id: 2, valid_from: "2021-06-11", valid_to: "2022-03-26", change_reason: "customer request", change_date: "2020-02-03" },
            { change_id: 270, customer_id: 6, plan_id: 8, valid_from: "2020-02-11", valid_to: "2020-05-04", change_reason: "plan downgrade", change_date: "2022-03-30" },
            { change_id: 271, customer_id: 173, plan_id: 3, valid_from: "2022-02-17", valid_to: "2023-01-18", change_reason: "budget constraints", change_date: "2021-08-02" },
            { change_id: 272, customer_id: 197, plan_id: 9, valid_from: "2021-06-28", valid_to: "2021-08-25", change_reason: "customer request", change_date: "2022-01-28" },
            { change_id: 273, customer_id: 30, plan_id: 8, valid_from: "2022-07-11", valid_to: "2023-05-06", change_reason: "business needs", change_date: "2022-06-03" },
            { change_id: 274, customer_id: 124, plan_id: 3, valid_from: "2022-12-25", valid_to: "2022-12-28", change_reason: "dissatisfaction with current plan", change_date: "2022-07-14" },
            { change_id: 275, customer_id: 159, plan_id: 3, valid_from: "2021-02-03", valid_to: "2021-11-13", change_reason: "plan downgrade", change_date: "2022-09-30" },
            { change_id: 276, customer_id: 128, plan_id: 1, valid_from: "2022-05-30", valid_to: "2023-04-08", change_reason: "customer request", change_date: "2022-04-17" },
            { change_id: 277, customer_id: 187, plan_id: 4, valid_from: "2022-12-29", valid_to: "2023-11-21", change_reason: "plan upgrade", change_date: "2022-08-08" },
            { change_id: 278, customer_id: 58, plan_id: 3, valid_from: "2021-08-13", valid_to: "2021-11-05", change_reason: "customer request", change_date: "2021-10-15" },
            { change_id: 279, customer_id: 4, plan_id: 8, valid_from: "2021-12-12", valid_to: "2022-10-14", change_reason: "trial period expired", change_date: "2021-09-11" },
            { change_id: 280, customer_id: 121, plan_id: 6, valid_from: "2021-11-27", valid_to: "2022-01-06", change_reason: "customer request", change_date: "2020-11-26" },
            { change_id: 281, customer_id: 194, plan_id: 5, valid_from: "2022-08-04", valid_to: "2022-10-29", change_reason: "dissatisfaction with current plan", change_date: "2020-02-06" },
            { change_id: 282, customer_id: 125, plan_id: 1, valid_from: "2022-11-22", valid_to: "2023-04-30", change_reason: "customer request", change_date: "2020-10-13" },
            { change_id: 283, customer_id: 167, plan_id: 9, valid_from: "2022-11-08", valid_to: "2023-02-18", change_reason: "dissatisfaction with current plan", change_date: "2020-01-20" },
            { change_id: 284, customer_id: 53, plan_id: 3, valid_from: "2021-10-03", valid_to: "2022-03-02", change_reason: "customer request", change_date: "2020-11-17" },
            { change_id: 285, customer_id: 144, plan_id: 9, valid_from: "2022-04-24", valid_to: "2023-01-17", change_reason: "budget constraints", change_date: "2020-06-16" },
            { change_id: 286, customer_id: 189, plan_id: 9, valid_from: "2022-07-27", valid_to: "2022-11-27", change_reason: "customer request", change_date: "2022-06-20" },
            { change_id: 287, customer_id: 79, plan_id: 10, valid_from: "2020-07-20", valid_to: "2021-06-27", change_reason: "customer request", change_date: "2022-11-06" },
            { change_id: 288, customer_id: 129, plan_id: 9, valid_from: "2022-08-08", valid_to: "2023-03-12", change_reason: "customer request", change_date: "2022-02-09" },
            { change_id: 289, customer_id: 168, plan_id: 3, valid_from: "2022-10-08", valid_to: "2023-01-22", change_reason: "dissatisfaction with current plan", change_date: "2020-09-05" },
            { change_id: 290, customer_id: 195, plan_id: 3, valid_from: "2022-01-12", valid_to: "2022-06-21", change_reason: "trial period expired", change_date: "2020-01-30" },
            { change_id: 291, customer_id: 3, plan_id: 8, valid_from: "2020-05-12", valid_to: "2020-08-23", change_reason: "seasonal change", change_date: "2022-08-03" },
            { change_id: 292, customer_id: 37, plan_id: 10, valid_from: "2022-11-17", valid_to: "2023-05-11", change_reason: "plan upgrade", change_date: "2022-05-27" },
            { change_id: 293, customer_id: 116, plan_id: 9, valid_from: "2021-10-05", valid_to: "2022-02-10", change_reason: "plan upgrade", change_date: "2021-02-25" },
            { change_id: 294, customer_id: 63, plan_id: 3, valid_from: "2020-09-06", valid_to: "2020-12-26", change_reason: "promotional offer", change_date: "2022-07-04" },
            { change_id: 295, customer_id: 59, plan_id: 10, valid_from: "2021-03-10", valid_to: "2022-02-06", change_reason: "trial period expired", change_date: "2021-07-27" },
            { change_id: 296, customer_id: 75, plan_id: 10, valid_from: "2022-04-20", valid_to: "2023-01-12", change_reason: "customer request", change_date: "2020-04-24" },
            { change_id: 297, customer_id: 102, plan_id: 9, valid_from: "2020-02-22", valid_to: "2021-01-01", change_reason: "plan upgrade", change_date: "2022-12-08" },
            { change_id: 298, customer_id: 52, plan_id: 6, valid_from: "2022-07-18", valid_to: "2023-02-18", change_reason: "plan upgrade", change_date: "2020-03-27" },
            { change_id: 299, customer_id: 103, plan_id: 10, valid_from: "2022-06-10", valid_to: "2022-09-30", change_reason: "customer request", change_date: "2021-11-17" },
            { change_id: 300, customer_id: 23, plan_id: 1, valid_from: "2022-03-30", valid_to: "2022-03-30", change_reason: "business needs", change_date: "2020-02-28" },
            { change_id: 301, customer_id: 91, plan_id: 4, valid_from: "2022-08-02", valid_to: "2023-07-31", change_reason: "plan upgrade", change_date: "2020-01-16" },
            { change_id: 302, customer_id: 168, plan_id: 4, valid_from: "2022-06-21", valid_to: "2022-12-16", change_reason: "better features available", change_date: "2020-05-30" },
            { change_id: 303, customer_id: 139, plan_id: 4, valid_from: "2022-11-05", valid_to: "2023-08-16", change_reason: "plan upgrade", change_date: "2022-06-04" },
            { change_id: 304, customer_id: 153, plan_id: 6, valid_from: "2022-08-30", valid_to: "2023-06-07", change_reason: "customer request", change_date: "2020-04-07" },
            { change_id: 305, customer_id: 42, plan_id: 1, valid_from: "2020-08-20", valid_to: "2021-04-14", change_reason: "plan upgrade", change_date: "2022-11-30" },
            { change_id: 306, customer_id: 144, plan_id: 6, valid_from: "2021-04-06", valid_to: "2022-03-31", change_reason: "business needs", change_date: "2020-12-26" },
            { change_id: 307, customer_id: 59, plan_id: 9, valid_from: "2022-10-29", valid_to: "2023-02-26", change_reason: "customer request", change_date: "2021-01-18" },
            { change_id: 308, customer_id: 34, plan_id: 3, valid_from: "2022-09-05", valid_to: "2023-02-13", change_reason: "business needs", change_date: "2022-04-12" },
            { change_id: 309, customer_id: 140, plan_id: 9, valid_from: "2022-10-29", valid_to: "2023-09-25", change_reason: "plan upgrade", change_date: "2020-03-24" },
            { change_id: 310, customer_id: 132, plan_id: 10, valid_from: "2022-12-07", valid_to: "2023-03-10", change_reason: "promotional offer", change_date: "2022-01-12" },
            { change_id: 311, customer_id: 67, plan_id: 10, valid_from: "2020-04-10", valid_to: "2020-04-16", change_reason: "customer request", change_date: "2020-05-26" },
            { change_id: 312, customer_id: 74, plan_id: 6, valid_from: "2021-02-14", valid_to: "2022-01-20", change_reason: "plan upgrade", change_date: "2022-09-28" },
            { change_id: 313, customer_id: 114, plan_id: 2, valid_from: "2020-02-09", valid_to: "2020-11-27", change_reason: "customer request", change_date: "2021-06-22" },
            { change_id: 314, customer_id: 54, plan_id: 2, valid_from: "2021-08-18", valid_to: "2022-02-19", change_reason: "promotional offer", change_date: "2020-01-07" },
            { change_id: 315, customer_id: 169, plan_id: 9, valid_from: "2021-12-30", valid_to: "2022-06-27", change_reason: "lifestyle change", change_date: "2020-05-18" },
            { change_id: 316, customer_id: 103, plan_id: 1, valid_from: "2022-12-13", valid_to: "2023-08-04", change_reason: "customer request", change_date: "2021-08-18" },
            { change_id: 317, customer_id: 139, plan_id: 7, valid_from: "2020-03-12", valid_to: "2020-11-14", change_reason: "promotional offer", change_date: "2022-02-14" },
            { change_id: 318, customer_id: 18, plan_id: 10, valid_from: "2020-01-20", valid_to: "2020-07-17", change_reason: "plan upgrade", change_date: "2020-03-25" },
            { change_id: 319, customer_id: 198, plan_id: 2, valid_from: "2022-01-26", valid_to: "2023-01-21", change_reason: "customer request", change_date: "2021-06-22" },
            { change_id: 320, customer_id: 15, plan_id: 4, valid_from: "2022-03-24", valid_to: "2023-03-01", change_reason: "promotional offer", change_date: "2021-05-28" },
            { change_id: 321, customer_id: 175, plan_id: 8, valid_from: "2021-10-19", valid_to: "2022-03-06", change_reason: "customer request", change_date: "2022-01-10" },
            { change_id: 322, customer_id: 91, plan_id: 1, valid_from: "2022-05-29", valid_to: "2022-12-13", change_reason: "customer request", change_date: "2020-01-02" },
            { change_id: 323, customer_id: 151, plan_id: 1, valid_from: "2020-09-12", valid_to: "2021-05-16", change_reason: "trial period expired", change_date: "2021-09-12" },
            { change_id: 324, customer_id: 159, plan_id: 9, valid_from: "2021-05-18", valid_to: "2021-11-01", change_reason: "promotional offer", change_date: "2020-04-22" },
            { change_id: 325, customer_id: 28, plan_id: 5, valid_from: "2021-04-16", valid_to: "2021-06-30", change_reason: "customer request", change_date: "2020-11-30" },
            { change_id: 326, customer_id: 66, plan_id: 6, valid_from: "2022-07-02", valid_to: "2023-01-04", change_reason: "plan upgrade", change_date: "2021-06-29" },
            { change_id: 327, customer_id: 148, plan_id: 1, valid_from: "2022-10-17", valid_to: "2023-01-31", change_reason: "service issues", change_date: "2021-03-19" },
            { change_id: 328, customer_id: 83, plan_id: 7, valid_from: "2021-09-07", valid_to: "2021-10-06", change_reason: "trial period expired", change_date: "2022-01-17" },
            { change_id: 329, customer_id: 68, plan_id: 5, valid_from: "2021-06-29", valid_to: "2021-12-17", change_reason: "plan downgrade", change_date: "2021-11-22" },
            { change_id: 330, customer_id: 112, plan_id: 3, valid_from: "2022-07-06", valid_to: "2022-12-27", change_reason: "customer request", change_date: "2020-12-19" },
            { change_id: 331, customer_id: 192, plan_id: 8, valid_from: "2022-12-22", valid_to: "2022-12-22", change_reason: "budget constraints", change_date: "2020-10-26" },
            { change_id: 332, customer_id: 193, plan_id: 7, valid_from: "2021-12-30", valid_to: "2022-07-04", change_reason: "plan upgrade", change_date: "2021-06-04" },
            { change_id: 333, customer_id: 87, plan_id: 4, valid_from: "2022-05-13", valid_to: "2023-01-22", change_reason: "plan upgrade", change_date: "2021-09-03" },
            { change_id: 334, customer_id: 77, plan_id: 5, valid_from: "2022-02-27", valid_to: "2022-10-03", change_reason: "promotional offer", change_date: "2022-05-25" },
            { change_id: 335, customer_id: 93, plan_id: 2, valid_from: "2021-05-30", valid_to: "2021-07-22", change_reason: "customer request", change_date: "2021-04-05" },
            { change_id: 336, customer_id: 148, plan_id: 10, valid_from: "2020-10-16", valid_to: "2021-01-02", change_reason: "better features available", change_date: "2020-01-01" },
            { change_id: 337, customer_id: 102, plan_id: 6, valid_from: "2022-02-10", valid_to: "2022-06-18", change_reason: "customer request", change_date: "2022-08-04" },
            { change_id: 338, customer_id: 87, plan_id: 2, valid_from: "2020-10-14", valid_to: "2021-05-25", change_reason: "plan downgrade", change_date: "2020-07-22" },
            { change_id: 339, customer_id: 13, plan_id: 10, valid_from: "2020-04-11", valid_to: "2020-07-27", change_reason: "customer request", change_date: "2022-10-23" },
            { change_id: 340, customer_id: 28, plan_id: 7, valid_from: "2021-08-12", valid_to: "2022-05-17", change_reason: "promotional offer", change_date: "2021-12-07" },
            { change_id: 341, customer_id: 138, plan_id: 10, valid_from: "2021-07-02", valid_to: "2021-08-18", change_reason: "customer request", change_date: "2022-08-27" },
            { change_id: 342, customer_id: 17, plan_id: 7, valid_from: "2020-07-15", valid_to: "2020-08-14", change_reason: "plan upgrade", change_date: "2021-06-04" },
            { change_id: 343, customer_id: 57, plan_id: 4, valid_from: "2022-08-22", valid_to: "2022-10-11", change_reason: "dissatisfaction with current plan", change_date: "2020-05-13" },
            { change_id: 344, customer_id: 57, plan_id: 5, valid_from: "2022-12-21", valid_to: "2023-10-31", change_reason: "customer request", change_date: "2021-05-23" },
            { change_id: 345, customer_id: 25, plan_id: 9, valid_from: "2022-11-03", valid_to: "2023-06-03", change_reason: "plan upgrade", change_date: "2022-10-02" },
            { change_id: 346, customer_id: 82, plan_id: 8, valid_from: "2020-05-08", valid_to: "2020-11-08", change_reason: "plan downgrade", change_date: "2022-07-18" },
            { change_id: 347, customer_id: 184, plan_id: 9, valid_from: "2022-03-15", valid_to: "2022-06-12", change_reason: "dissatisfaction with current plan", change_date: "2020-08-03" },
            { change_id: 348, customer_id: 140, plan_id: 8, valid_from: "2020-03-22", valid_to: "2020-04-06", change_reason: "customer request", change_date: "2021-09-17" },
            { change_id: 349, customer_id: 41, plan_id: 10, valid_from: "2020-10-04", valid_to: "2020-12-02", change_reason: "plan upgrade", change_date: "2021-01-01" },
            { change_id: 350, customer_id: 152, plan_id: 10, valid_from: "2022-02-21", valid_to: "2022-05-29", change_reason: "business needs", change_date: "2022-04-21" },
            { change_id: 351, customer_id: 125, plan_id: 3, valid_from: "2021-08-23", valid_to: "2022-05-18", change_reason: "customer request", change_date: "2020-04-24" },
            { change_id: 352, customer_id: 66, plan_id: 5, valid_from: "2022-05-27", valid_to: "2023-05-19", change_reason: "plan downgrade", change_date: "2020-03-27" },
            { change_id: 353, customer_id: 156, plan_id: 7, valid_from: "2021-04-05", valid_to: "2021-08-16", change_reason: "plan downgrade", change_date: "2022-01-15" },
            { change_id: 354, customer_id: 79, plan_id: 5, valid_from: "2022-04-05", valid_to: "2022-10-01", change_reason: "plan upgrade", change_date: "2020-02-13" },
            { change_id: 355, customer_id: 84, plan_id: 7, valid_from: "2022-08-20", valid_to: "2022-11-26", change_reason: "customer request", change_date: "2021-03-30" },
            { change_id: 356, customer_id: 74, plan_id: 4, valid_from: "2022-07-05", valid_to: "2022-08-27", change_reason: "plan upgrade", change_date: "2020-07-19" },
            { change_id: 357, customer_id: 30, plan_id: 6, valid_from: "2020-06-13", valid_to: "2021-02-16", change_reason: "plan upgrade", change_date: "2020-11-24" },
            { change_id: 358, customer_id: 131, plan_id: 5, valid_from: "2021-01-18", valid_to: "2021-11-26", change_reason: "plan downgrade", change_date: "2020-11-28" },
            { change_id: 359, customer_id: 166, plan_id: 2, valid_from: "2021-06-28", valid_to: "2021-12-24", change_reason: "better features available", change_date: "2020-12-02" },
            { change_id: 360, customer_id: 50, plan_id: 1, valid_from: "2022-06-18", valid_to: "2023-04-21", change_reason: "better features available", change_date: "2021-02-21" },
            { change_id: 361, customer_id: 62, plan_id: 7, valid_from: "2021-09-29", valid_to: "2021-10-28", change_reason: "plan upgrade", change_date: "2020-03-05" },
            { change_id: 362, customer_id: 121, plan_id: 2, valid_from: "2021-03-12", valid_to: "2021-08-16", change_reason: "lifestyle change", change_date: "2020-08-06" },
            { change_id: 363, customer_id: 179, plan_id: 9, valid_from: "2021-05-11", valid_to: "2021-08-13", change_reason: "customer request", change_date: "2020-08-13" },
            { change_id: 364, customer_id: 159, plan_id: 6, valid_from: "2020-05-02", valid_to: "2021-02-20", change_reason: "customer request", change_date: "2020-10-10" },
            { change_id: 365, customer_id: 30, plan_id: 10, valid_from: "2021-10-08", valid_to: "2022-09-05", change_reason: "trial period expired", change_date: "2021-09-20" },
            { change_id: 366, customer_id: 18, plan_id: 10, valid_from: "2022-12-10", valid_to: "2023-06-25", change_reason: "trial period expired", change_date: "2022-05-17" },
            { change_id: 367, customer_id: 93, plan_id: 10, valid_from: "2021-07-07", valid_to: "2022-06-05", change_reason: "trial period expired", change_date: "2022-06-17" },
            { change_id: 368, customer_id: 122, plan_id: 9, valid_from: "2022-12-28", valid_to: "2023-04-13", change_reason: "customer request", change_date: "2022-02-07" },
            { change_id: 369, customer_id: 96, plan_id: 2, valid_from: "2020-11-02", valid_to: "2021-07-25", change_reason: "plan downgrade", change_date: "2021-06-10" },
            { change_id: 370, customer_id: 27, plan_id: 8, valid_from: "2022-11-22", valid_to: "2023-06-10", change_reason: "customer request", change_date: "2020-07-05" },
            { change_id: 371, customer_id: 10, plan_id: 4, valid_from: "2020-12-06", valid_to: "2020-12-21", change_reason: "promotional offer", change_date: "2021-11-07" },
            { change_id: 372, customer_id: 140, plan_id: 1, valid_from: "2022-08-28", valid_to: "2023-06-09", change_reason: "customer request", change_date: "2020-06-19" },
            { change_id: 373, customer_id: 131, plan_id: 9, valid_from: "2020-07-11", valid_to: "2020-12-07", change_reason: "customer request", change_date: "2022-12-19" },
            { change_id: 374, customer_id: 115, plan_id: 6, valid_from: "2022-09-21", valid_to: "2022-12-08", change_reason: "plan downgrade", change_date: "2022-09-13" },
            { change_id: 375, customer_id: 157, plan_id: 7, valid_from: "2020-07-03", valid_to: "2021-04-02", change_reason: "plan upgrade", change_date: "2021-04-21" },
            { change_id: 376, customer_id: 102, plan_id: 7, valid_from: "2022-09-28", valid_to: "2023-04-15", change_reason: "budget constraints", change_date: "2020-07-20" },
            { change_id: 377, customer_id: 7, plan_id: 4, valid_from: "2022-04-06", valid_to: "2022-06-13", change_reason: "plan upgrade", change_date: "2020-11-07" },
            { change_id: 378, customer_id: 179, plan_id: 4, valid_from: "2022-12-09", valid_to: "2022-12-15", change_reason: "seasonal change", change_date: "2020-09-25" },
            { change_id: 379, customer_id: 130, plan_id: 7, valid_from: "2021-03-11", valid_to: "2022-01-20", change_reason: "better features available", change_date: "2022-10-19" },
            { change_id: 380, customer_id: 99, plan_id: 10, valid_from: "2022-01-23", valid_to: "2022-08-28", change_reason: "customer request", change_date: "2021-02-18" },
            { change_id: 381, customer_id: 41, plan_id: 7, valid_from: "2021-09-28", valid_to: "2022-07-16", change_reason: "customer request", change_date: "2021-06-20" },
            { change_id: 382, customer_id: 141, plan_id: 2, valid_from: "2020-08-06", valid_to: "2021-01-20", change_reason: "plan upgrade", change_date: "2021-10-04" },
            { change_id: 383, customer_id: 79, plan_id: 10, valid_from: "2022-12-23", valid_to: "2023-02-04", change_reason: "seasonal change", change_date: "2021-03-08" },
            { change_id: 384, customer_id: 149, plan_id: 9, valid_from: "2021-08-08", valid_to: "2022-04-09", change_reason: "seasonal change", change_date: "2020-01-13" },
            { change_id: 385, customer_id: 54, plan_id: 8, valid_from: "2021-09-21", valid_to: "2021-12-10", change_reason: "plan downgrade", change_date: "2021-04-03" },
            { change_id: 386, customer_id: 187, plan_id: 10, valid_from: "2020-07-28", valid_to: "2021-05-31", change_reason: "plan upgrade", change_date: "2020-08-22" },
            { change_id: 387, customer_id: 53, plan_id: 5, valid_from: "2021-01-30", valid_to: "2021-09-12", change_reason: "customer request", change_date: "2020-08-16" },
            { change_id: 388, customer_id: 148, plan_id: 7, valid_from: "2022-07-24", valid_to: "2022-09-22", change_reason: "plan downgrade", change_date: "2020-04-10" },
            { change_id: 389, customer_id: 148, plan_id: 9, valid_from: "2021-04-17", valid_to: "2021-10-26", change_reason: "plan upgrade", change_date: "2020-10-15" },
            { change_id: 390, customer_id: 174, plan_id: 4, valid_from: "2023-01-01", valid_to: "2023-03-11", change_reason: "customer request", change_date: "2021-06-12" },
            { change_id: 391, customer_id: 15, plan_id: 9, valid_from: "2021-09-14", valid_to: "2021-11-17", change_reason: "customer request", change_date: "2021-08-07" },
            { change_id: 392, customer_id: 28, plan_id: 10, valid_from: "2022-10-15", valid_to: "2023-04-20", change_reason: "customer request", change_date: "2022-09-10" },
            { change_id: 393, customer_id: 138, plan_id: 8, valid_from: "2021-04-20", valid_to: "2021-06-02", change_reason: "plan downgrade", change_date: "2022-04-11" },
            { change_id: 394, customer_id: 37, plan_id: 9, valid_from: "2021-01-11", valid_to: "2021-10-27", change_reason: "promotional offer", change_date: "2020-10-25" },
            { change_id: 395, customer_id: 115, plan_id: 8, valid_from: "2021-12-09", valid_to: "2022-09-05", change_reason: "customer request", change_date: "2022-03-20" },
            { change_id: 396, customer_id: 7, plan_id: 2, valid_from: "2022-03-12", valid_to: "2022-08-23", change_reason: "plan upgrade", change_date: "2020-10-23" },
            { change_id: 397, customer_id: 170, plan_id: 9, valid_from: "2020-10-16", valid_to: "2021-07-19", change_reason: "better features available", change_date: "2020-07-22" },
            { change_id: 398, customer_id: 196, plan_id: 7, valid_from: "2020-02-29", valid_to: "2020-12-15", change_reason: "customer request", change_date: "2021-06-21" },
            { change_id: 399, customer_id: 99, plan_id: 3, valid_from: "2022-05-15", valid_to: "2023-04-28", change_reason: "customer request", change_date: "2022-06-12" },
            { change_id: 400, customer_id: 88, plan_id: 7, valid_from: "2021-12-19", valid_to: "2022-09-16", change_reason: "budget constraints", change_date: "2020-08-12" },
            { change_id: 401, customer_id: 87, plan_id: 8, valid_from: "2022-08-27", valid_to: "2023-03-08", change_reason: "customer request", change_date: "2022-05-22" },
            { change_id: 402, customer_id: 52, plan_id: 1, valid_from: "2022-11-23", valid_to: "2023-10-22", change_reason: "plan upgrade", change_date: "2021-09-12" },
            { change_id: 403, customer_id: 21, plan_id: 5, valid_from: "2022-11-08", valid_to: "2023-10-19", change_reason: "lifestyle change", change_date: "2022-07-12" },
            { change_id: 404, customer_id: 113, plan_id: 4, valid_from: "2021-10-12", valid_to: "2021-11-18", change_reason: "customer request", change_date: "2022-09-28" },
            { change_id: 405, customer_id: 3, plan_id: 8, valid_from: "2022-12-14", valid_to: "2023-11-02", change_reason: "plan upgrade", change_date: "2021-07-05" },
            { change_id: 406, customer_id: 69, plan_id: 3, valid_from: "2021-06-16", valid_to: "2021-07-31", change_reason: "customer request", change_date: "2020-06-07" },
            { change_id: 407, customer_id: 54, plan_id: 3, valid_from: "2022-03-09", valid_to: "2022-04-29", change_reason: "service issues", change_date: "2020-11-21" },
            { change_id: 408, customer_id: 50, plan_id: 8, valid_from: "2020-01-24", valid_to: "2020-07-19", change_reason: "customer request", change_date: "2021-02-05" },
            { change_id: 409, customer_id: 132, plan_id: 5, valid_from: "2020-02-14", valid_to: "2020-09-16", change_reason: "trial period expired", change_date: "2021-04-14" },
            { change_id: 410, customer_id: 5, plan_id: 6, valid_from: "2022-06-10", valid_to: "2022-10-25", change_reason: "plan downgrade", change_date: "2022-04-11" },
            { change_id: 411, customer_id: 78, plan_id: 3, valid_from: "2022-06-01", valid_to: "2022-06-12", change_reason: "customer request", change_date: "2021-11-16" },
            { change_id: 412, customer_id: 181, plan_id: 8, valid_from: "2020-06-19", valid_to: "2021-03-14", change_reason: "plan upgrade", change_date: "2021-06-15" },
            { change_id: 413, customer_id: 75, plan_id: 1, valid_from: "2020-09-25", valid_to: "2021-02-16", change_reason: "customer request", change_date: "2020-06-14" },
            { change_id: 414, customer_id: 74, plan_id: 4, valid_from: "2021-12-27", valid_to: "2022-02-10", change_reason: "plan upgrade", change_date: "2021-12-26" },
            { change_id: 415, customer_id: 76, plan_id: 3, valid_from: "2021-11-02", valid_to: "2022-06-26", change_reason: "plan upgrade", change_date: "2021-03-25" },
            { change_id: 416, customer_id: 26, plan_id: 7, valid_from: "2021-02-24", valid_to: "2021-10-07", change_reason: "plan upgrade", change_date: "2020-06-11" },
            { change_id: 417, customer_id: 88, plan_id: 6, valid_from: "2022-11-25", valid_to: "2022-12-13", change_reason: "plan downgrade", change_date: "2021-02-22" },
            { change_id: 418, customer_id: 87, plan_id: 1, valid_from: "2021-06-17", valid_to: "2021-08-28", change_reason: "customer request", change_date: "2021-11-20" },
            { change_id: 419, customer_id: 184, plan_id: 5, valid_from: "2020-09-27", valid_to: "2020-09-28", change_reason: "plan upgrade", change_date: "2021-08-03" },
            { change_id: 420, customer_id: 149, plan_id: 9, valid_from: "2022-08-03", valid_to: "2023-01-30", change_reason: "customer request", change_date: "2022-06-10" },
            { change_id: 421, customer_id: 141, plan_id: 2, valid_from: "2021-10-09", valid_to: "2022-09-10", change_reason: "customer request", change_date: "2020-07-11" },
            { change_id: 422, customer_id: 176, plan_id: 1, valid_from: "2021-04-22", valid_to: "2022-01-14", change_reason: "plan upgrade", change_date: "2022-08-06" },
            { change_id: 423, customer_id: 12, plan_id: 1, valid_from: "2020-02-10", valid_to: "2020-09-16", change_reason: "lifestyle change", change_date: "2021-10-27" },
            { change_id: 424, customer_id: 137, plan_id: 1, valid_from: "2020-11-05", valid_to: "2021-05-30", change_reason: "customer request", change_date: "2021-05-30" },
            { change_id: 425, customer_id: 21, plan_id: 8, valid_from: "2020-02-21", valid_to: "2020-09-06", change_reason: "customer request", change_date: "2022-10-18" },
            { change_id: 426, customer_id: 31, plan_id: 10, valid_from: "2021-11-28", valid_to: "2022-10-13", change_reason: "budget constraints", change_date: "2022-09-26" },
            { change_id: 427, customer_id: 3, plan_id: 5, valid_from: "2022-08-21", valid_to: "2022-12-21", change_reason: "budget constraints", change_date: "2022-09-25" },
            { change_id: 428, customer_id: 53, plan_id: 5, valid_from: "2022-05-19", valid_to: "2022-08-24", change_reason: "customer request", change_date: "2020-12-24" },
            { change_id: 429, customer_id: 35, plan_id: 9, valid_from: "2020-04-08", valid_to: "2020-04-28", change_reason: "customer request", change_date: "2020-09-28" },
            { change_id: 430, customer_id: 158, plan_id: 7, valid_from: "2020-05-20", valid_to: "2021-02-28", change_reason: "customer request", change_date: "2020-06-25" },
            { change_id: 431, customer_id: 166, plan_id: 6, valid_from: "2022-10-15", valid_to: "2023-02-24", change_reason: "customer request", change_date: "2021-07-29" },
            { change_id: 432, customer_id: 93, plan_id: 10, valid_from: "2022-08-12", valid_to: "2023-05-11", change_reason: "better features available", change_date: "2022-09-01" },
            { change_id: 433, customer_id: 28, plan_id: 3, valid_from: "2022-03-26", valid_to: "2022-12-25", change_reason: "plan upgrade", change_date: "2021-04-25" },
            { change_id: 434, customer_id: 13, plan_id: 5, valid_from: "2021-12-27", valid_to: "2022-01-19", change_reason: "customer request", change_date: "2022-07-24" },
            { change_id: 435, customer_id: 172, plan_id: 9, valid_from: "2022-07-26", valid_to: "2023-03-14", change_reason: "budget constraints", change_date: "2020-02-05" },
            { change_id: 436, customer_id: 41, plan_id: 2, valid_from: "2020-05-14", valid_to: "2020-10-09", change_reason: "better features available", change_date: "2021-06-12" },
            { change_id: 437, customer_id: 41, plan_id: 7, valid_from: "2021-03-14", valid_to: "2021-12-26", change_reason: "lifestyle change", change_date: "2021-06-27" },
            { change_id: 438, customer_id: 200, plan_id: 3, valid_from: "2021-06-15", valid_to: "2022-05-04", change_reason: "promotional offer", change_date: "2020-05-30" },
            { change_id: 439, customer_id: 46, plan_id: 4, valid_from: "2022-08-17", valid_to: "2023-05-18", change_reason: "plan upgrade", change_date: "2021-08-10" },
            { change_id: 440, customer_id: 157, plan_id: 2, valid_from: "2022-07-03", valid_to: "2022-07-15", change_reason: "better features available", change_date: "2022-12-08" },
            { change_id: 441, customer_id: 78, plan_id: 9, valid_from: "2022-03-13", valid_to: "2022-05-19", change_reason: "budget constraints", change_date: "2020-03-31" },
            { change_id: 442, customer_id: 105, plan_id: 4, valid_from: "2022-07-26", valid_to: "2022-09-10", change_reason: "customer request", change_date: "2021-09-17" },
            { change_id: 443, customer_id: 66, plan_id: 6, valid_from: "2020-06-18", valid_to: "2020-08-29", change_reason: "customer request", change_date: "2020-11-15" },
            { change_id: 444, customer_id: 111, plan_id: 3, valid_from: "2022-03-01", valid_to: "2022-07-08", change_reason: "plan downgrade", change_date: "2020-11-18" },
            { change_id: 445, customer_id: 86, plan_id: 3, valid_from: "2022-01-15", valid_to: "2022-04-12", change_reason: "business needs", change_date: "2020-06-08" },
            { change_id: 446, customer_id: 166, plan_id: 4, valid_from: "2020-02-23", valid_to: "2020-12-19", change_reason: "customer request", change_date: "2021-04-26" },
            { change_id: 447, customer_id: 191, plan_id: 1, valid_from: "2022-02-23", valid_to: "2022-08-06", change_reason: "promotional offer", change_date: "2021-09-21" },
            { change_id: 448, customer_id: 110, plan_id: 10, valid_from: "2021-03-04", valid_to: "2022-01-22", change_reason: "customer request", change_date: "2021-10-23" },
            { change_id: 449, customer_id: 140, plan_id: 4, valid_from: "2022-11-14", valid_to: "2023-10-08", change_reason: "budget constraints", change_date: "2021-11-01" },
            { change_id: 450, customer_id: 182, plan_id: 10, valid_from: "2021-02-01", valid_to: "2021-08-20", change_reason: "plan downgrade", change_date: "2022-06-26" },
            { change_id: 451, customer_id: 98, plan_id: 2, valid_from: "2021-11-19", valid_to: "2022-01-25", change_reason: "customer request", change_date: "2021-11-23" },
            { change_id: 452, customer_id: 96, plan_id: 1, valid_from: "2022-07-28", valid_to: "2022-10-17", change_reason: "customer request", change_date: "2021-03-09" },
            { change_id: 453, customer_id: 111, plan_id: 4, valid_from: "2022-08-06", valid_to: "2022-12-29", change_reason: "customer request", change_date: "2020-07-06" },
            { change_id: 454, customer_id: 96, plan_id: 4, valid_from: "2022-07-16", valid_to: "2023-01-09", change_reason: "plan upgrade", change_date: "2020-07-15" },
            { change_id: 455, customer_id: 108, plan_id: 5, valid_from: "2021-11-11", valid_to: "2022-06-06", change_reason: "customer request", change_date: "2020-05-16" },
            { change_id: 456, customer_id: 36, plan_id: 6, valid_from: "2020-01-14", valid_to: "2020-11-03", change_reason: "customer request", change_date: "2021-04-24" },
            { change_id: 457, customer_id: 57, plan_id: 8, valid_from: "2022-12-14", valid_to: "2023-10-06", change_reason: "budget constraints", change_date: "2023-01-01" },
            { change_id: 458, customer_id: 164, plan_id: 4, valid_from: "2021-03-19", valid_to: "2021-06-29", change_reason: "customer request", change_date: "2021-01-10" },
            { change_id: 459, customer_id: 104, plan_id: 9, valid_from: "2022-01-15", valid_to: "2022-12-21", change_reason: "customer request", change_date: "2021-10-01" },
            { change_id: 460, customer_id: 22, plan_id: 4, valid_from: "2021-12-19", valid_to: "2022-02-18", change_reason: "lifestyle change", change_date: "2020-03-23" },
            { change_id: 461, customer_id: 38, plan_id: 6, valid_from: "2022-05-08", valid_to: "2023-01-24", change_reason: "plan downgrade", change_date: "2021-02-20" },
            { change_id: 462, customer_id: 191, plan_id: 5, valid_from: "2022-12-19", valid_to: "2023-03-25", change_reason: "plan downgrade", change_date: "2022-03-17" },
            { change_id: 463, customer_id: 12, plan_id: 10, valid_from: "2021-07-29", valid_to: "2021-11-06", change_reason: "customer request", change_date: "2022-02-19" },
            { change_id: 464, customer_id: 6, plan_id: 2, valid_from: "2022-02-25", valid_to: "2022-09-21", change_reason: "plan upgrade", change_date: "2021-09-17" },
            { change_id: 465, customer_id: 194, plan_id: 6, valid_from: "2020-11-02", valid_to: "2020-11-19", change_reason: "plan upgrade", change_date: "2020-02-15" },
            { change_id: 466, customer_id: 119, plan_id: 7, valid_from: "2022-11-10", valid_to: "2023-11-08", change_reason: "plan downgrade", change_date: "2022-05-22" },
            { change_id: 467, customer_id: 159, plan_id: 10, valid_from: "2022-05-08", valid_to: "2022-05-31", change_reason: "plan upgrade", change_date: "2020-12-01" },
            { change_id: 468, customer_id: 138, plan_id: 9, valid_from: "2021-02-28", valid_to: "2021-02-28", change_reason: "customer request", change_date: "2021-11-21" },
            { change_id: 469, customer_id: 84, plan_id: 6, valid_from: "2020-07-29", valid_to: "2020-12-09", change_reason: "seasonal change", change_date: "2020-10-06" },
            { change_id: 470, customer_id: 198, plan_id: 8, valid_from: "2022-01-14", valid_to: "2022-07-05", change_reason: "customer request", change_date: "2020-08-12" },
            { change_id: 471, customer_id: 10, plan_id: 9, valid_from: "2022-03-11", valid_to: "2022-03-14", change_reason: "customer request", change_date: "2020-06-30" },
            { change_id: 472, customer_id: 124, plan_id: 8, valid_from: "2021-04-14", valid_to: "2021-07-03", change_reason: "customer request", change_date: "2021-08-14" },
            { change_id: 473, customer_id: 200, plan_id: 5, valid_from: "2022-06-28", valid_to: "2022-07-19", change_reason: "plan upgrade", change_date: "2022-07-14" },
            { change_id: 474, customer_id: 185, plan_id: 4, valid_from: "2022-12-29", valid_to: "2023-10-13", change_reason: "better features available", change_date: "2022-01-13" },
            { change_id: 475, customer_id: 16, plan_id: 6, valid_from: "2021-07-06", valid_to: "2021-09-30", change_reason: "dissatisfaction with current plan", change_date: "2022-07-07" },
            { change_id: 476, customer_id: 117, plan_id: 2, valid_from: "2021-08-08", valid_to: "2021-09-25", change_reason: "dissatisfaction with current plan", change_date: "2020-05-06" },
            { change_id: 477, customer_id: 5, plan_id: 3, valid_from: "2020-08-22", valid_to: "2021-03-07", change_reason: "better features available", change_date: "2020-09-13" },
            { change_id: 478, customer_id: 147, plan_id: 5, valid_from: "2022-02-01", valid_to: "2022-11-30", change_reason: "customer request", change_date: "2022-07-09" },
            { change_id: 479, customer_id: 118, plan_id: 5, valid_from: "2022-11-14", valid_to: "2023-07-11", change_reason: "budget constraints", change_date: "2020-08-30" },
            { change_id: 480, customer_id: 8, plan_id: 1, valid_from: "2022-03-22", valid_to: "2023-03-01", change_reason: "plan upgrade", change_date: "2020-11-28" },
            { change_id: 481, customer_id: 144, plan_id: 8, valid_from: "2020-02-09", valid_to: "2020-04-21", change_reason: "service issues", change_date: "2020-04-17" },
            { change_id: 482, customer_id: 114, plan_id: 3, valid_from: "2020-09-13", valid_to: "2021-01-18", change_reason: "business needs", change_date: "2021-09-05" },
            { change_id: 483, customer_id: 121, plan_id: 7, valid_from: "2020-12-11", valid_to: "2021-05-19", change_reason: "customer request", change_date: "2021-09-27" },
            { change_id: 484, customer_id: 52, plan_id: 3, valid_from: "2022-08-12", valid_to: "2023-06-04", change_reason: "customer request", change_date: "2020-08-02" },
            { change_id: 485, customer_id: 198, plan_id: 9, valid_from: "2022-05-19", valid_to: "2022-06-28", change_reason: "trial period expired", change_date: "2021-08-04" },
            { change_id: 486, customer_id: 185, plan_id: 2, valid_from: "2022-07-29", valid_to: "2023-06-23", change_reason: "business needs", change_date: "2020-07-26" },
            { change_id: 487, customer_id: 74, plan_id: 6, valid_from: "2021-03-21", valid_to: "2021-07-23", change_reason: "customer request", change_date: "2021-09-25" },
            { change_id: 488, customer_id: 145, plan_id: 9, valid_from: "2020-06-23", valid_to: "2020-10-08", change_reason: "promotional offer", change_date: "2021-05-11" },
            { change_id: 489, customer_id: 91, plan_id: 3, valid_from: "2020-06-25", valid_to: "2020-09-24", change_reason: "customer request", change_date: "2021-07-21" },
            { change_id: 490, customer_id: 80, plan_id: 9, valid_from: "2021-10-17", valid_to: "2022-02-27", change_reason: "plan upgrade", change_date: "2022-11-25" },
            { change_id: 491, customer_id: 122, plan_id: 5, valid_from: "2020-08-09", valid_to: "2021-06-20", change_reason: "customer request", change_date: "2020-06-22" },
            { change_id: 492, customer_id: 20, plan_id: 9, valid_from: "2022-01-08", valid_to: "2022-05-13", change_reason: "customer request", change_date: "2021-10-17" },
            { change_id: 493, customer_id: 175, plan_id: 10, valid_from: "2022-11-23", valid_to: "2023-02-05", change_reason: "plan downgrade", change_date: "2020-09-07" },
            { change_id: 494, customer_id: 96, plan_id: 3, valid_from: "2021-03-03", valid_to: "2021-06-24", change_reason: "plan upgrade", change_date: "2021-01-18" },
            { change_id: 495, customer_id: 56, plan_id: 10, valid_from: "2020-03-26", valid_to: "2020-12-27", change_reason: "customer request", change_date: "2022-08-16" },
            { change_id: 496, customer_id: 17, plan_id: 4, valid_from: "2020-10-02", valid_to: "2021-04-06", change_reason: "seasonal change", change_date: "2022-03-02" },
            { change_id: 497, customer_id: 140, plan_id: 7, valid_from: "2020-09-03", valid_to: "2021-03-06", change_reason: "plan downgrade", change_date: "2022-10-08" },
            { change_id: 498, customer_id: 32, plan_id: 4, valid_from: "2020-01-11", valid_to: "2020-07-02", change_reason: "customer request", change_date: "2022-06-12" },
            { change_id: 499, customer_id: 129, plan_id: 10, valid_from: "2022-09-07", valid_to: "2023-08-17", change_reason: "customer request", change_date: "2021-04-20" },
            { change_id: 500, customer_id: 26, plan_id: 1, valid_from: "2022-12-29", valid_to: "2023-06-21", change_reason: "better features available", change_date: "2020-01-25" },
        ],
    });
    await prisma.plan_changes.createMany({
        data: [
            { change_id: 501, customer_id: 57, plan_id: 2, valid_from: "2022-06-20", valid_to: "2023-05-24", change_reason: "promotional offer", change_date: "2020-01-27" },
            { change_id: 502, customer_id: 4, plan_id: 1, valid_from: "2020-09-23", valid_to: "2021-03-20", change_reason: "better features available", change_date: "2020-10-22" },
            { change_id: 503, customer_id: 143, plan_id: 6, valid_from: "2022-03-13", valid_to: "2022-10-26", change_reason: "promotional offer", change_date: "2021-04-27" },
            { change_id: 504, customer_id: 32, plan_id: 3, valid_from: "2020-11-04", valid_to: "2021-02-12", change_reason: "better features available", change_date: "2020-11-11" },
            { change_id: 505, customer_id: 190, plan_id: 2, valid_from: "2022-09-27", valid_to: "2022-12-08", change_reason: "customer request", change_date: "2022-10-15" },
            { change_id: 506, customer_id: 109, plan_id: 8, valid_from: "2022-11-04", valid_to: "2023-03-15", change_reason: "promotional offer", change_date: "2020-01-07" },
            { change_id: 507, customer_id: 40, plan_id: 5, valid_from: "2021-06-04", valid_to: "2022-01-18", change_reason: "customer request", change_date: "2020-05-14" },
            { change_id: 508, customer_id: 93, plan_id: 1, valid_from: "2020-08-05", valid_to: "2021-06-30", change_reason: "service issues", change_date: "2021-11-14" },
            { change_id: 509, customer_id: 25, plan_id: 8, valid_from: "2021-03-08", valid_to: "2021-04-18", change_reason: "plan upgrade", change_date: "2022-11-23" },
            { change_id: 510, customer_id: 111, plan_id: 8, valid_from: "2021-06-01", valid_to: "2021-12-10", change_reason: "customer request", change_date: "2020-11-02" },
            { change_id: 511, customer_id: 58, plan_id: 2, valid_from: "2022-04-17", valid_to: "2022-11-17", change_reason: "plan upgrade", change_date: "2020-11-12" },
            { change_id: 512, customer_id: 183, plan_id: 1, valid_from: "2022-10-22", valid_to: "2022-11-05", change_reason: "seasonal change", change_date: "2022-06-14" },
            { change_id: 513, customer_id: 39, plan_id: 10, valid_from: "2021-09-21", valid_to: "2022-08-07", change_reason: "promotional offer", change_date: "2020-09-16" },
            { change_id: 514, customer_id: 67, plan_id: 7, valid_from: "2022-08-22", valid_to: "2023-03-04", change_reason: "plan upgrade", change_date: "2021-08-26" },
            { change_id: 515, customer_id: 29, plan_id: 1, valid_from: "2022-06-11", valid_to: "2023-03-13", change_reason: "dissatisfaction with current plan", change_date: "2021-04-20" },
            { change_id: 516, customer_id: 26, plan_id: 4, valid_from: "2021-02-09", valid_to: "2021-02-23", change_reason: "plan upgrade", change_date: "2022-10-06" },
            { change_id: 517, customer_id: 196, plan_id: 9, valid_from: "2020-05-03", valid_to: "2020-12-26", change_reason: "seasonal change", change_date: "2021-01-30" },
            { change_id: 518, customer_id: 163, plan_id: 2, valid_from: "2020-12-12", valid_to: "2021-06-16", change_reason: "dissatisfaction with current plan", change_date: "2022-08-16" },
            { change_id: 519, customer_id: 52, plan_id: 4, valid_from: "2021-06-01", valid_to: "2021-07-06", change_reason: "customer request", change_date: "2022-01-20" },
            { change_id: 520, customer_id: 127, plan_id: 4, valid_from: "2022-10-11", valid_to: "2023-01-18", change_reason: "customer request", change_date: "2020-10-08" },
            { change_id: 521, customer_id: 45, plan_id: 2, valid_from: "2022-04-26", valid_to: "2022-10-16", change_reason: "customer request", change_date: "2020-02-15" },
            { change_id: 522, customer_id: 14, plan_id: 1, valid_from: "2022-01-09", valid_to: "2022-07-11", change_reason: "customer request", change_date: "2020-02-19" },
            { change_id: 523, customer_id: 160, plan_id: 5, valid_from: "2021-11-24", valid_to: "2022-02-10", change_reason: "promotional offer", change_date: "2022-08-02" },
            { change_id: 524, customer_id: 65, plan_id: 9, valid_from: "2022-05-13", valid_to: "2022-09-22", change_reason: "plan upgrade", change_date: "2021-05-16" },
            { change_id: 525, customer_id: 126, plan_id: 7, valid_from: "2020-03-09", valid_to: "2020-06-20", change_reason: "promotional offer", change_date: "2022-08-25" },
            { change_id: 526, customer_id: 115, plan_id: 6, valid_from: "2020-09-21", valid_to: "2021-01-03", change_reason: "budget constraints", change_date: "2021-04-30" },
            { change_id: 527, customer_id: 153, plan_id: 10, valid_from: "2022-07-07", valid_to: "2023-05-29", change_reason: "business needs", change_date: "2021-07-10" },
            { change_id: 528, customer_id: 39, plan_id: 4, valid_from: "2022-02-01", valid_to: "2023-01-24", change_reason: "plan downgrade", change_date: "2022-12-27" },
            { change_id: 529, customer_id: 128, plan_id: 8, valid_from: "2020-10-31", valid_to: "2021-05-15", change_reason: "customer request", change_date: "2021-04-02" },
            { change_id: 530, customer_id: 24, plan_id: 3, valid_from: "2020-12-28", valid_to: "2021-12-09", change_reason: "trial period expired", change_date: "2022-09-30" },
            { change_id: 531, customer_id: 168, plan_id: 6, valid_from: "2022-10-28", valid_to: "2022-10-29", change_reason: "promotional offer", change_date: "2021-08-17" },
            { change_id: 532, customer_id: 96, plan_id: 8, valid_from: "2020-08-06", valid_to: "2021-03-20", change_reason: "plan downgrade", change_date: "2020-02-05" },
            { change_id: 533, customer_id: 139, plan_id: 3, valid_from: "2021-11-13", valid_to: "2022-03-31", change_reason: "plan upgrade", change_date: "2020-04-29" },
            { change_id: 534, customer_id: 9, plan_id: 7, valid_from: "2022-09-04", valid_to: "2023-01-28", change_reason: "promotional offer", change_date: "2021-11-06" },
            { change_id: 535, customer_id: 16, plan_id: 7, valid_from: "2021-02-23", valid_to: "2021-07-18", change_reason: "customer request", change_date: "2020-08-24" },
            { change_id: 536, customer_id: 180, plan_id: 7, valid_from: "2021-06-04", valid_to: "2021-06-28", change_reason: "plan upgrade", change_date: "2022-12-10" },
            { change_id: 537, customer_id: 107, plan_id: 2, valid_from: "2022-07-18", valid_to: "2023-04-03", change_reason: "budget constraints", change_date: "2021-06-20" },
            { change_id: 538, customer_id: 89, plan_id: 6, valid_from: "2020-03-29", valid_to: "2020-08-15", change_reason: "plan upgrade", change_date: "2020-08-01" },
            { change_id: 539, customer_id: 132, plan_id: 8, valid_from: "2021-11-14", valid_to: "2022-08-08", change_reason: "lifestyle change", change_date: "2022-06-14" },
            { change_id: 540, customer_id: 38, plan_id: 3, valid_from: "2021-08-12", valid_to: "2022-01-12", change_reason: "customer request", change_date: "2020-03-02" },
            { change_id: 541, customer_id: 186, plan_id: 5, valid_from: "2022-05-28", valid_to: "2023-01-05", change_reason: "customer request", change_date: "2021-08-23" },
            { change_id: 542, customer_id: 145, plan_id: 8, valid_from: "2021-09-12", valid_to: "2022-05-25", change_reason: "lifestyle change", change_date: "2020-11-20" },
            { change_id: 543, customer_id: 31, plan_id: 10, valid_from: "2020-09-17", valid_to: "2021-09-09", change_reason: "plan upgrade", change_date: "2022-08-30" },
            { change_id: 544, customer_id: 155, plan_id: 4, valid_from: "2022-04-22", valid_to: "2022-10-26", change_reason: "plan downgrade", change_date: "2021-08-16" },
            { change_id: 545, customer_id: 112, plan_id: 6, valid_from: "2022-08-18", valid_to: "2023-07-22", change_reason: "plan downgrade", change_date: "2021-04-29" },
            { change_id: 546, customer_id: 112, plan_id: 6, valid_from: "2020-10-01", valid_to: "2021-02-10", change_reason: "plan downgrade", change_date: "2021-02-23" },
            { change_id: 547, customer_id: 172, plan_id: 5, valid_from: "2021-03-15", valid_to: "2021-10-28", change_reason: "promotional offer", change_date: "2020-08-17" },
            { change_id: 548, customer_id: 168, plan_id: 9, valid_from: "2021-07-27", valid_to: "2022-04-08", change_reason: "promotional offer", change_date: "2020-03-26" },
            { change_id: 549, customer_id: 35, plan_id: 9, valid_from: "2020-02-28", valid_to: "2021-01-22", change_reason: "plan downgrade", change_date: "2022-06-12" },
            { change_id: 550, customer_id: 106, plan_id: 5, valid_from: "2021-02-09", valid_to: "2021-09-20", change_reason: "plan downgrade", change_date: "2022-04-05" },
            { change_id: 551, customer_id: 96, plan_id: 3, valid_from: "2022-08-16", valid_to: "2023-07-08", change_reason: "plan upgrade", change_date: "2021-11-29" },
            { change_id: 552, customer_id: 183, plan_id: 6, valid_from: "2022-03-14", valid_to: "2023-02-06", change_reason: "plan upgrade", change_date: "2022-10-11" },
            { change_id: 553, customer_id: 182, plan_id: 2, valid_from: "2022-06-10", valid_to: "2022-08-16", change_reason: "customer request", change_date: "2022-05-04" },
            { change_id: 554, customer_id: 4, plan_id: 7, valid_from: "2021-04-20", valid_to: "2021-12-16", change_reason: "seasonal change", change_date: "2021-02-19" },
            { change_id: 555, customer_id: 55, plan_id: 7, valid_from: "2022-07-11", valid_to: "2022-09-22", change_reason: "plan downgrade", change_date: "2020-02-18" },
            { change_id: 556, customer_id: 156, plan_id: 3, valid_from: "2020-01-07", valid_to: "2020-04-16", change_reason: "customer request", change_date: "2022-04-21" },
            { change_id: 557, customer_id: 11, plan_id: 3, valid_from: "2022-10-25", valid_to: "2023-09-10", change_reason: "customer request", change_date: "2021-07-06" },
            { change_id: 558, customer_id: 6, plan_id: 7, valid_from: "2020-04-28", valid_to: "2020-11-15", change_reason: "promotional offer", change_date: "2021-10-02" },
            { change_id: 559, customer_id: 163, plan_id: 9, valid_from: "2020-03-04", valid_to: "2021-02-23", change_reason: "service issues", change_date: "2021-10-09" },
            { change_id: 560, customer_id: 97, plan_id: 4, valid_from: "2022-02-17", valid_to: "2022-12-27", change_reason: "plan downgrade", change_date: "2022-06-05" },
            { change_id: 561, customer_id: 144, plan_id: 3, valid_from: "2021-09-29", valid_to: "2022-05-09", change_reason: "customer request", change_date: "2022-01-02" },
            { change_id: 562, customer_id: 155, plan_id: 9, valid_from: "2022-11-16", valid_to: "2023-07-03", change_reason: "dissatisfaction with current plan", change_date: "2021-04-27" },
            { change_id: 563, customer_id: 160, plan_id: 8, valid_from: "2020-09-28", valid_to: "2020-11-21", change_reason: "plan upgrade", change_date: "2022-12-27" },
            { change_id: 564, customer_id: 175, plan_id: 4, valid_from: "2022-01-18", valid_to: "2022-05-10", change_reason: "dissatisfaction with current plan", change_date: "2021-02-27" },
            { change_id: 565, customer_id: 6, plan_id: 1, valid_from: "2021-08-02", valid_to: "2022-02-07", change_reason: "plan upgrade", change_date: "2022-12-11" },
            { change_id: 566, customer_id: 131, plan_id: 5, valid_from: "2021-03-10", valid_to: "2021-06-29", change_reason: "business needs", change_date: "2022-11-24" },
            { change_id: 567, customer_id: 40, plan_id: 6, valid_from: "2022-08-01", valid_to: "2022-09-19", change_reason: "promotional offer", change_date: "2022-12-06" },
            { change_id: 568, customer_id: 56, plan_id: 2, valid_from: "2022-04-09", valid_to: "2022-12-10", change_reason: "budget constraints", change_date: "2020-05-13" },
            { change_id: 569, customer_id: 6, plan_id: 6, valid_from: "2022-02-18", valid_to: "2022-08-29", change_reason: "dissatisfaction with current plan", change_date: "2020-11-09" },
            { change_id: 570, customer_id: 164, plan_id: 8, valid_from: "2021-05-14", valid_to: "2021-08-14", change_reason: "promotional offer", change_date: "2022-09-02" },
            { change_id: 571, customer_id: 14, plan_id: 7, valid_from: "2021-10-05", valid_to: "2022-01-17", change_reason: "plan downgrade", change_date: "2021-01-27" },
            { change_id: 572, customer_id: 55, plan_id: 10, valid_from: "2020-06-10", valid_to: "2020-11-25", change_reason: "plan upgrade", change_date: "2021-04-21" },
            { change_id: 573, customer_id: 65, plan_id: 4, valid_from: "2021-03-28", valid_to: "2022-03-07", change_reason: "customer request", change_date: "2021-03-22" },
            { change_id: 574, customer_id: 65, plan_id: 1, valid_from: "2022-10-24", valid_to: "2023-02-11", change_reason: "customer request", change_date: "2022-08-05" },
            { change_id: 575, customer_id: 108, plan_id: 1, valid_from: "2022-12-30", valid_to: "2023-05-07", change_reason: "lifestyle change", change_date: "2021-04-01" },
            { change_id: 576, customer_id: 114, plan_id: 9, valid_from: "2020-06-10", valid_to: "2021-04-06", change_reason: "customer request", change_date: "2022-02-08" },
            { change_id: 577, customer_id: 94, plan_id: 4, valid_from: "2021-12-02", valid_to: "2022-02-13", change_reason: "customer request", change_date: "2022-09-27" },
            { change_id: 578, customer_id: 127, plan_id: 8, valid_from: "2020-10-05", valid_to: "2021-01-26", change_reason: "customer request", change_date: "2022-09-23" },
            { change_id: 579, customer_id: 168, plan_id: 6, valid_from: "2022-05-14", valid_to: "2023-04-28", change_reason: "customer request", change_date: "2022-08-30" },
            { change_id: 580, customer_id: 46, plan_id: 9, valid_from: "2022-01-20", valid_to: "2022-03-11", change_reason: "plan upgrade", change_date: "2020-04-23" },
            { change_id: 581, customer_id: 91, plan_id: 6, valid_from: "2021-01-21", valid_to: "2021-12-13", change_reason: "seasonal change", change_date: "2022-10-02" },
            { change_id: 582, customer_id: 18, plan_id: 9, valid_from: "2022-02-12", valid_to: "2022-05-12", change_reason: "plan upgrade", change_date: "2021-08-16" },
            { change_id: 583, customer_id: 19, plan_id: 6, valid_from: "2022-02-03", valid_to: "2022-06-02", change_reason: "business needs", change_date: "2020-07-05" },
            { change_id: 584, customer_id: 129, plan_id: 10, valid_from: "2021-06-03", valid_to: "2022-02-20", change_reason: "better features available", change_date: "2021-02-21" },
            { change_id: 585, customer_id: 180, plan_id: 7, valid_from: "2021-09-17", valid_to: "2022-05-26", change_reason: "plan upgrade", change_date: "2020-06-04" },
            { change_id: 586, customer_id: 184, plan_id: 10, valid_from: "2022-11-01", valid_to: "2022-12-19", change_reason: "seasonal change", change_date: "2020-10-30" },
            { change_id: 587, customer_id: 117, plan_id: 1, valid_from: "2022-01-10", valid_to: "2022-11-01", change_reason: "customer request", change_date: "2020-03-13" },
            { change_id: 588, customer_id: 88, plan_id: 1, valid_from: "2022-08-03", valid_to: "2022-12-07", change_reason: "plan upgrade", change_date: "2020-03-06" },
            { change_id: 589, customer_id: 78, plan_id: 7, valid_from: "2021-12-14", valid_to: "2022-12-01", change_reason: "plan downgrade", change_date: "2021-11-23" },
            { change_id: 590, customer_id: 78, plan_id: 5, valid_from: "2022-04-04", valid_to: "2022-11-10", change_reason: "customer request", change_date: "2022-09-14" },
            { change_id: 591, customer_id: 2, plan_id: 4, valid_from: "2022-03-24", valid_to: "2022-10-27", change_reason: "customer request", change_date: "2022-08-26" },
            { change_id: 592, customer_id: 90, plan_id: 1, valid_from: "2022-12-10", valid_to: "2023-03-09", change_reason: "customer request", change_date: "2021-10-07" },
            { change_id: 593, customer_id: 110, plan_id: 6, valid_from: "2020-09-13", valid_to: "2020-11-12", change_reason: "service issues", change_date: "2021-08-15" },
            { change_id: 594, customer_id: 129, plan_id: 7, valid_from: "2020-02-26", valid_to: "2020-11-16", change_reason: "dissatisfaction with current plan", change_date: "2021-02-14" },
            { change_id: 595, customer_id: 81, plan_id: 4, valid_from: "2022-09-25", valid_to: "2022-12-07", change_reason: "customer request", change_date: "2021-09-11" },
            { change_id: 596, customer_id: 19, plan_id: 8, valid_from: "2022-10-12", valid_to: "2023-10-08", change_reason: "seasonal change", change_date: "2021-10-22" },
            { change_id: 597, customer_id: 110, plan_id: 7, valid_from: "2022-02-16", valid_to: "2022-07-22", change_reason: "customer request", change_date: "2021-03-20" },
            { change_id: 598, customer_id: 62, plan_id: 10, valid_from: "2021-11-24", valid_to: "2022-10-04", change_reason: "customer request", change_date: "2022-12-19" },
            { change_id: 599, customer_id: 74, plan_id: 10, valid_from: "2022-09-14", valid_to: "2023-08-10", change_reason: "service issues", change_date: "2022-05-30" },
            { change_id: 600, customer_id: 143, plan_id: 9, valid_from: "2022-05-05", valid_to: "2023-02-12", change_reason: "plan upgrade", change_date: "2022-04-17" },
            { change_id: 601, customer_id: 35, plan_id: 7, valid_from: "2020-06-20", valid_to: "2020-12-24", change_reason: "seasonal change", change_date: "2021-12-30" },
            { change_id: 602, customer_id: 152, plan_id: 8, valid_from: "2020-10-02", valid_to: "2021-05-12", change_reason: "better features available", change_date: "2022-12-22" },
            { change_id: 603, customer_id: 58, plan_id: 10, valid_from: "2021-08-26", valid_to: "2022-04-15", change_reason: "promotional offer", change_date: "2021-11-26" },
            { change_id: 604, customer_id: 157, plan_id: 7, valid_from: "2020-04-23", valid_to: "2020-11-19", change_reason: "plan upgrade", change_date: "2022-02-06" },
            { change_id: 605, customer_id: 55, plan_id: 4, valid_from: "2022-05-10", valid_to: "2022-11-12", change_reason: "customer request", change_date: "2022-09-20" },
            { change_id: 606, customer_id: 47, plan_id: 2, valid_from: "2020-09-24", valid_to: "2020-10-10", change_reason: "promotional offer", change_date: "2020-06-01" },
            { change_id: 607, customer_id: 114, plan_id: 6, valid_from: "2021-08-03", valid_to: "2022-06-12", change_reason: "seasonal change", change_date: "2022-07-19" },
            { change_id: 608, customer_id: 145, plan_id: 2, valid_from: "2021-05-01", valid_to: "2022-03-03", change_reason: "plan upgrade", change_date: "2021-12-11" },
            { change_id: 609, customer_id: 118, plan_id: 6, valid_from: "2022-07-31", valid_to: "2023-02-03", change_reason: "plan downgrade", change_date: "2022-01-12" },
            { change_id: 610, customer_id: 56, plan_id: 9, valid_from: "2022-10-08", valid_to: "2023-09-08", change_reason: "budget constraints", change_date: "2021-03-28" },
            { change_id: 611, customer_id: 59, plan_id: 3, valid_from: "2022-08-28", valid_to: "2023-08-01", change_reason: "customer request", change_date: "2021-01-27" },
            { change_id: 612, customer_id: 120, plan_id: 1, valid_from: "2021-06-03", valid_to: "2022-04-17", change_reason: "customer request", change_date: "2021-08-09" },
            { change_id: 613, customer_id: 153, plan_id: 9, valid_from: "2022-05-31", valid_to: "2022-10-28", change_reason: "budget constraints", change_date: "2022-09-25" },
            { change_id: 614, customer_id: 117, plan_id: 1, valid_from: "2022-04-03", valid_to: "2023-02-07", change_reason: "plan upgrade", change_date: "2021-06-28" },
            { change_id: 615, customer_id: 72, plan_id: 5, valid_from: "2020-04-14", valid_to: "2020-11-08", change_reason: "customer request", change_date: "2022-03-08" },
            { change_id: 616, customer_id: 136, plan_id: 9, valid_from: "2021-02-20", valid_to: "2022-01-20", change_reason: "plan upgrade", change_date: "2022-03-30" },
            { change_id: 617, customer_id: 58, plan_id: 2, valid_from: "2021-11-03", valid_to: "2022-06-07", change_reason: "service issues", change_date: "2021-11-14" },
            { change_id: 618, customer_id: 129, plan_id: 6, valid_from: "2021-06-29", valid_to: "2021-09-03", change_reason: "dissatisfaction with current plan", change_date: "2020-10-31" },
            { change_id: 619, customer_id: 70, plan_id: 9, valid_from: "2020-02-22", valid_to: "2020-05-06", change_reason: "promotional offer", change_date: "2020-12-12" },
            { change_id: 620, customer_id: 24, plan_id: 3, valid_from: "2020-06-17", valid_to: "2021-06-04", change_reason: "customer request", change_date: "2022-02-11" },
            { change_id: 621, customer_id: 183, plan_id: 8, valid_from: "2021-08-31", valid_to: "2021-11-09", change_reason: "plan upgrade", change_date: "2020-02-06" },
            { change_id: 622, customer_id: 13, plan_id: 10, valid_from: "2022-11-03", valid_to: "2022-12-29", change_reason: "seasonal change", change_date: "2020-03-10" },
            { change_id: 623, customer_id: 150, plan_id: 5, valid_from: "2021-08-17", valid_to: "2021-10-06", change_reason: "customer request", change_date: "2021-02-24" },
            { change_id: 624, customer_id: 158, plan_id: 1, valid_from: "2022-08-14", valid_to: "2022-11-05", change_reason: "plan upgrade", change_date: "2020-06-16" },
            { change_id: 625, customer_id: 87, plan_id: 10, valid_from: "2021-05-31", valid_to: "2022-04-02", change_reason: "plan downgrade", change_date: "2021-04-21" },
            { change_id: 626, customer_id: 158, plan_id: 1, valid_from: "2020-05-06", valid_to: "2020-05-21", change_reason: "trial period expired", change_date: "2020-11-01" },
            { change_id: 627, customer_id: 181, plan_id: 4, valid_from: "2022-06-10", valid_to: "2023-01-11", change_reason: "customer request", change_date: "2020-08-09" },
            { change_id: 628, customer_id: 32, plan_id: 3, valid_from: "2021-05-11", valid_to: "2022-01-11", change_reason: "plan upgrade", change_date: "2021-02-22" },
            { change_id: 629, customer_id: 193, plan_id: 10, valid_from: "2022-04-23", valid_to: "2022-10-23", change_reason: "lifestyle change", change_date: "2022-05-24" },
            { change_id: 630, customer_id: 48, plan_id: 3, valid_from: "2020-11-30", valid_to: "2021-04-14", change_reason: "plan upgrade", change_date: "2021-07-10" },
            { change_id: 631, customer_id: 43, plan_id: 5, valid_from: "2022-08-31", valid_to: "2023-04-04", change_reason: "plan downgrade", change_date: "2022-08-20" },
            { change_id: 632, customer_id: 48, plan_id: 5, valid_from: "2022-01-18", valid_to: "2022-11-22", change_reason: "service issues", change_date: "2021-04-12" },
            { change_id: 633, customer_id: 56, plan_id: 6, valid_from: "2022-06-05", valid_to: "2022-06-26", change_reason: "business needs", change_date: "2020-07-01" },
            { change_id: 634, customer_id: 57, plan_id: 5, valid_from: "2020-08-16", valid_to: "2021-02-22", change_reason: "better features available", change_date: "2022-08-21" },
            { change_id: 635, customer_id: 110, plan_id: 10, valid_from: "2021-04-08", valid_to: "2021-05-01", change_reason: "plan downgrade", change_date: "2022-10-16" },
            { change_id: 636, customer_id: 123, plan_id: 2, valid_from: "2022-05-01", valid_to: "2022-07-01", change_reason: "better features available", change_date: "2022-07-26" },
            { change_id: 637, customer_id: 97, plan_id: 1, valid_from: "2022-11-27", valid_to: "2023-11-18", change_reason: "customer request", change_date: "2020-07-05" },
            { change_id: 638, customer_id: 62, plan_id: 10, valid_from: "2021-11-19", valid_to: "2022-10-01", change_reason: "customer request", change_date: "2020-12-05" },
            { change_id: 639, customer_id: 139, plan_id: 8, valid_from: "2020-09-13", valid_to: "2021-07-05", change_reason: "better features available", change_date: "2020-12-08" },
            { change_id: 640, customer_id: 80, plan_id: 3, valid_from: "2022-10-04", valid_to: "2023-06-22", change_reason: "customer request", change_date: "2021-07-17" },
            { change_id: 641, customer_id: 192, plan_id: 6, valid_from: "2021-09-06", valid_to: "2021-12-21", change_reason: "customer request", change_date: "2021-06-29" },
            { change_id: 642, customer_id: 107, plan_id: 3, valid_from: "2022-09-17", valid_to: "2023-07-02", change_reason: "budget constraints", change_date: "2022-07-04" },
            { change_id: 643, customer_id: 34, plan_id: 4, valid_from: "2021-12-21", valid_to: "2022-02-24", change_reason: "seasonal change", change_date: "2020-07-10" },
            { change_id: 644, customer_id: 101, plan_id: 5, valid_from: "2021-04-29", valid_to: "2022-03-05", change_reason: "plan upgrade", change_date: "2021-11-21" },
            { change_id: 645, customer_id: 151, plan_id: 4, valid_from: "2021-06-02", valid_to: "2021-10-13", change_reason: "promotional offer", change_date: "2022-03-27" },
            { change_id: 646, customer_id: 24, plan_id: 5, valid_from: "2022-02-27", valid_to: "2022-07-08", change_reason: "promotional offer", change_date: "2022-04-16" },
            { change_id: 647, customer_id: 20, plan_id: 6, valid_from: "2020-05-29", valid_to: "2020-06-01", change_reason: "better features available", change_date: "2022-06-15" },
            { change_id: 648, customer_id: 153, plan_id: 2, valid_from: "2021-10-10", valid_to: "2021-11-28", change_reason: "seasonal change", change_date: "2020-02-05" },
            { change_id: 649, customer_id: 126, plan_id: 5, valid_from: "2021-01-21", valid_to: "2021-03-01", change_reason: "customer request", change_date: "2020-04-28" },
            { change_id: 650, customer_id: 125, plan_id: 7, valid_from: "2022-04-14", valid_to: "2023-02-18", change_reason: "customer request", change_date: "2021-12-26" },
            { change_id: 651, customer_id: 134, plan_id: 8, valid_from: "2021-01-24", valid_to: "2021-07-13", change_reason: "plan upgrade", change_date: "2021-08-18" },
            { change_id: 652, customer_id: 164, plan_id: 6, valid_from: "2022-02-10", valid_to: "2022-09-08", change_reason: "seasonal change", change_date: "2020-06-06" },
            { change_id: 653, customer_id: 154, plan_id: 2, valid_from: "2022-12-08", valid_to: "2023-08-23", change_reason: "trial period expired", change_date: "2020-10-21" },
            { change_id: 654, customer_id: 196, plan_id: 9, valid_from: "2021-05-08", valid_to: "2022-04-24", change_reason: "lifestyle change", change_date: "2022-12-28" },
            { change_id: 655, customer_id: 106, plan_id: 10, valid_from: "2021-04-24", valid_to: "2021-11-10", change_reason: "promotional offer", change_date: "2020-11-12" },
            { change_id: 656, customer_id: 106, plan_id: 7, valid_from: "2020-02-26", valid_to: "2020-11-21", change_reason: "plan downgrade", change_date: "2020-05-22" },
            { change_id: 657, customer_id: 12, plan_id: 6, valid_from: "2022-03-04", valid_to: "2022-08-20", change_reason: "customer request", change_date: "2022-08-05" },
            { change_id: 658, customer_id: 144, plan_id: 9, valid_from: "2020-06-20", valid_to: "2021-03-07", change_reason: "business needs", change_date: "2020-12-18" },
            { change_id: 659, customer_id: 148, plan_id: 2, valid_from: "2022-05-02", valid_to: "2022-12-22", change_reason: "customer request", change_date: "2021-07-10" },
            { change_id: 660, customer_id: 98, plan_id: 8, valid_from: "2022-11-12", valid_to: "2023-09-17", change_reason: "customer request", change_date: "2021-06-26" },
            { change_id: 661, customer_id: 177, plan_id: 1, valid_from: "2020-07-08", valid_to: "2021-04-01", change_reason: "trial period expired", change_date: "2020-12-19" },
            { change_id: 662, customer_id: 162, plan_id: 5, valid_from: "2021-04-29", valid_to: "2021-05-31", change_reason: "customer request", change_date: "2020-08-17" },
            { change_id: 663, customer_id: 116, plan_id: 7, valid_from: "2021-01-22", valid_to: "2021-10-07", change_reason: "customer request", change_date: "2022-11-01" },
            { change_id: 664, customer_id: 59, plan_id: 7, valid_from: "2021-11-11", valid_to: "2022-06-15", change_reason: "dissatisfaction with current plan", change_date: "2020-06-29" },
            { change_id: 665, customer_id: 149, plan_id: 8, valid_from: "2022-01-02", valid_to: "2022-10-01", change_reason: "seasonal change", change_date: "2020-01-01" },
            { change_id: 666, customer_id: 105, plan_id: 7, valid_from: "2022-04-28", valid_to: "2022-09-07", change_reason: "customer request", change_date: "2022-08-03" },
            { change_id: 667, customer_id: 22, plan_id: 9, valid_from: "2020-03-20", valid_to: "2020-09-21", change_reason: "better features available", change_date: "2021-02-22" },
            { change_id: 668, customer_id: 109, plan_id: 1, valid_from: "2021-11-25", valid_to: "2022-02-24", change_reason: "plan upgrade", change_date: "2021-01-10" },
            { change_id: 669, customer_id: 132, plan_id: 10, valid_from: "2021-10-05", valid_to: "2021-12-23", change_reason: "plan downgrade", change_date: "2021-12-21" },
            { change_id: 670, customer_id: 113, plan_id: 8, valid_from: "2021-08-04", valid_to: "2021-11-29", change_reason: "plan downgrade", change_date: "2020-12-18" },
            { change_id: 671, customer_id: 181, plan_id: 7, valid_from: "2021-06-17", valid_to: "2022-02-16", change_reason: "plan upgrade", change_date: "2022-10-16" },
            { change_id: 672, customer_id: 27, plan_id: 1, valid_from: "2022-07-10", valid_to: "2022-11-26", change_reason: "promotional offer", change_date: "2022-01-30" },
            { change_id: 673, customer_id: 96, plan_id: 3, valid_from: "2020-07-23", valid_to: "2020-07-30", change_reason: "plan upgrade", change_date: "2020-09-10" },
            { change_id: 674, customer_id: 183, plan_id: 8, valid_from: "2021-07-28", valid_to: "2022-04-08", change_reason: "service issues", change_date: "2021-06-21" },
            { change_id: 675, customer_id: 83, plan_id: 5, valid_from: "2021-02-17", valid_to: "2021-09-27", change_reason: "promotional offer", change_date: "2021-02-24" },
            { change_id: 676, customer_id: 3, plan_id: 4, valid_from: "2022-09-09", valid_to: "2023-09-02", change_reason: "business needs", change_date: "2022-10-08" },
            { change_id: 677, customer_id: 156, plan_id: 1, valid_from: "2020-10-28", valid_to: "2021-06-12", change_reason: "plan upgrade", change_date: "2020-05-14" },
            { change_id: 678, customer_id: 186, plan_id: 8, valid_from: "2020-06-20", valid_to: "2021-06-11", change_reason: "customer request", change_date: "2020-10-11" },
            { change_id: 679, customer_id: 113, plan_id: 10, valid_from: "2020-08-30", valid_to: "2021-02-11", change_reason: "customer request", change_date: "2022-10-29" },
            { change_id: 680, customer_id: 151, plan_id: 6, valid_from: "2022-04-14", valid_to: "2022-06-01", change_reason: "promotional offer", change_date: "2022-03-07" },
            { change_id: 681, customer_id: 21, plan_id: 4, valid_from: "2022-01-07", valid_to: "2022-01-17", change_reason: "promotional offer", change_date: "2022-02-25" },
            { change_id: 682, customer_id: 133, plan_id: 9, valid_from: "2020-05-06", valid_to: "2020-06-01", change_reason: "plan upgrade", change_date: "2022-05-27" },
            { change_id: 683, customer_id: 137, plan_id: 4, valid_from: "2021-01-25", valid_to: "2022-01-14", change_reason: "promotional offer", change_date: "2020-02-05" },
            { change_id: 684, customer_id: 50, plan_id: 4, valid_from: "2022-10-03", valid_to: "2022-10-13", change_reason: "customer request", change_date: "2021-08-17" },
            { change_id: 685, customer_id: 131, plan_id: 3, valid_from: "2020-02-04", valid_to: "2020-06-08", change_reason: "customer request", change_date: "2020-07-13" },
            { change_id: 686, customer_id: 4, plan_id: 4, valid_from: "2022-09-20", valid_to: "2022-10-30", change_reason: "better features available", change_date: "2020-04-14" },
            { change_id: 687, customer_id: 161, plan_id: 3, valid_from: "2021-10-30", valid_to: "2022-09-15", change_reason: "plan upgrade", change_date: "2020-12-22" },
            { change_id: 688, customer_id: 155, plan_id: 5, valid_from: "2022-08-23", valid_to: "2023-02-06", change_reason: "customer request", change_date: "2022-12-07" },
            { change_id: 689, customer_id: 131, plan_id: 5, valid_from: "2022-02-18", valid_to: "2022-12-03", change_reason: "plan upgrade", change_date: "2021-10-24" },
            { change_id: 690, customer_id: 70, plan_id: 2, valid_from: "2021-12-19", valid_to: "2022-06-11", change_reason: "customer request", change_date: "2021-01-26" },
            { change_id: 691, customer_id: 4, plan_id: 5, valid_from: "2020-01-11", valid_to: "2020-01-14", change_reason: "service issues", change_date: "2022-01-10" },
            { change_id: 692, customer_id: 200, plan_id: 10, valid_from: "2022-05-27", valid_to: "2023-03-15", change_reason: "customer request", change_date: "2021-03-29" },
            { change_id: 693, customer_id: 178, plan_id: 3, valid_from: "2021-08-28", valid_to: "2022-08-27", change_reason: "promotional offer", change_date: "2022-02-04" },
            { change_id: 694, customer_id: 52, plan_id: 10, valid_from: "2021-05-26", valid_to: "2021-11-30", change_reason: "customer request", change_date: "2021-09-07" },
            { change_id: 695, customer_id: 18, plan_id: 9, valid_from: "2021-04-03", valid_to: "2022-03-25", change_reason: "service issues", change_date: "2020-11-07" },
            { change_id: 696, customer_id: 189, plan_id: 5, valid_from: "2020-05-26", valid_to: "2020-10-14", change_reason: "customer request", change_date: "2021-07-20" },
            { change_id: 697, customer_id: 150, plan_id: 1, valid_from: "2021-10-13", valid_to: "2022-06-02", change_reason: "dissatisfaction with current plan", change_date: "2022-10-17" },
            { change_id: 698, customer_id: 151, plan_id: 8, valid_from: "2022-01-13", valid_to: "2022-11-20", change_reason: "budget constraints", change_date: "2022-09-19" },
            { change_id: 699, customer_id: 61, plan_id: 1, valid_from: "2022-12-09", valid_to: "2023-03-09", change_reason: "plan downgrade", change_date: "2021-04-17" },
            { change_id: 700, customer_id: 64, plan_id: 9, valid_from: "2022-12-13", valid_to: "2023-02-08", change_reason: "promotional offer", change_date: "2022-04-04" },
            { change_id: 701, customer_id: 195, plan_id: 9, valid_from: "2021-04-02", valid_to: "2021-04-27", change_reason: "customer request", change_date: "2020-05-03" },
            { change_id: 702, customer_id: 31, plan_id: 5, valid_from: "2022-06-05", valid_to: "2022-07-03", change_reason: "lifestyle change", change_date: "2022-11-02" },
            { change_id: 703, customer_id: 126, plan_id: 9, valid_from: "2021-06-04", valid_to: "2022-01-10", change_reason: "better features available", change_date: "2020-04-17" },
            { change_id: 704, customer_id: 154, plan_id: 5, valid_from: "2022-04-15", valid_to: "2023-03-17", change_reason: "plan upgrade", change_date: "2020-11-25" },
            { change_id: 705, customer_id: 53, plan_id: 1, valid_from: "2022-04-21", valid_to: "2023-04-09", change_reason: "customer request", change_date: "2022-06-07" },
            { change_id: 706, customer_id: 39, plan_id: 8, valid_from: "2020-03-24", valid_to: "2021-01-09", change_reason: "customer request", change_date: "2021-06-06" },
            { change_id: 707, customer_id: 199, plan_id: 1, valid_from: "2021-03-23", valid_to: "2022-02-28", change_reason: "plan downgrade", change_date: "2021-03-20" },
            { change_id: 708, customer_id: 22, plan_id: 8, valid_from: "2021-09-16", valid_to: "2022-07-18", change_reason: "seasonal change", change_date: "2022-06-13" },
            { change_id: 709, customer_id: 152, plan_id: 1, valid_from: "2021-05-16", valid_to: "2021-08-07", change_reason: "dissatisfaction with current plan", change_date: "2020-04-06" },
            { change_id: 710, customer_id: 88, plan_id: 2, valid_from: "2021-09-16", valid_to: "2022-05-27", change_reason: "customer request", change_date: "2020-12-17" },
            { change_id: 711, customer_id: 127, plan_id: 3, valid_from: "2020-05-03", valid_to: "2021-02-24", change_reason: "customer request", change_date: "2022-12-03" },
            { change_id: 712, customer_id: 29, plan_id: 8, valid_from: "2020-01-30", valid_to: "2020-09-29", change_reason: "budget constraints", change_date: "2022-11-30" },
            { change_id: 713, customer_id: 111, plan_id: 7, valid_from: "2020-07-20", valid_to: "2020-10-13", change_reason: "customer request", change_date: "2020-04-16" },
            { change_id: 714, customer_id: 53, plan_id: 8, valid_from: "2021-11-03", valid_to: "2022-10-02", change_reason: "customer request", change_date: "2020-06-14" },
            { change_id: 715, customer_id: 194, plan_id: 2, valid_from: "2022-02-28", valid_to: "2023-01-20", change_reason: "customer request", change_date: "2021-01-13" },
            { change_id: 716, customer_id: 7, plan_id: 9, valid_from: "2020-10-19", valid_to: "2021-09-19", change_reason: "customer request", change_date: "2022-06-22" },
            { change_id: 717, customer_id: 19, plan_id: 6, valid_from: "2020-12-15", valid_to: "2021-08-16", change_reason: "plan upgrade", change_date: "2021-08-02" },
            { change_id: 718, customer_id: 25, plan_id: 10, valid_from: "2021-12-04", valid_to: "2022-05-04", change_reason: "plan upgrade", change_date: "2020-01-29" },
            { change_id: 719, customer_id: 141, plan_id: 8, valid_from: "2020-09-14", valid_to: "2020-10-17", change_reason: "promotional offer", change_date: "2021-12-21" },
            { change_id: 720, customer_id: 110, plan_id: 4, valid_from: "2022-06-21", valid_to: "2022-08-18", change_reason: "plan upgrade", change_date: "2020-11-28" },
            { change_id: 721, customer_id: 140, plan_id: 10, valid_from: "2020-04-14", valid_to: "2020-12-10", change_reason: "seasonal change", change_date: "2021-08-28" },
            { change_id: 722, customer_id: 20, plan_id: 8, valid_from: "2020-11-03", valid_to: "2021-06-01", change_reason: "lifestyle change", change_date: "2022-12-01" },
            { change_id: 723, customer_id: 13, plan_id: 9, valid_from: "2020-06-15", valid_to: "2021-02-26", change_reason: "customer request", change_date: "2021-05-07" },
            { change_id: 724, customer_id: 53, plan_id: 1, valid_from: "2020-12-01", valid_to: "2021-01-09", change_reason: "plan upgrade", change_date: "2021-05-06" },
            { change_id: 725, customer_id: 102, plan_id: 10, valid_from: "2021-07-17", valid_to: "2021-09-16", change_reason: "customer request", change_date: "2022-12-26" },
            { change_id: 726, customer_id: 57, plan_id: 4, valid_from: "2021-08-19", valid_to: "2021-09-24", change_reason: "customer request", change_date: "2020-12-29" },
            { change_id: 727, customer_id: 154, plan_id: 8, valid_from: "2020-01-28", valid_to: "2020-03-02", change_reason: "plan upgrade", change_date: "2021-12-08" },
            { change_id: 728, customer_id: 120, plan_id: 9, valid_from: "2022-05-09", valid_to: "2023-02-24", change_reason: "business needs", change_date: "2021-10-23" },
            { change_id: 729, customer_id: 117, plan_id: 1, valid_from: "2022-05-17", valid_to: "2023-03-23", change_reason: "promotional offer", change_date: "2021-10-12" },
            { change_id: 730, customer_id: 59, plan_id: 7, valid_from: "2020-10-12", valid_to: "2021-05-07", change_reason: "plan upgrade", change_date: "2021-07-27" },
            { change_id: 731, customer_id: 104, plan_id: 7, valid_from: "2020-11-29", valid_to: "2021-10-08", change_reason: "customer request", change_date: "2020-07-27" },
            { change_id: 732, customer_id: 35, plan_id: 7, valid_from: "2022-09-01", valid_to: "2022-09-11", change_reason: "budget constraints", change_date: "2022-10-19" },
            { change_id: 733, customer_id: 37, plan_id: 4, valid_from: "2022-10-23", valid_to: "2023-02-28", change_reason: "better features available", change_date: "2021-09-12" },
            { change_id: 734, customer_id: 103, plan_id: 5, valid_from: "2022-11-19", valid_to: "2023-02-12", change_reason: "plan upgrade", change_date: "2021-09-25" },
            { change_id: 735, customer_id: 101, plan_id: 3, valid_from: "2022-07-22", valid_to: "2023-05-26", change_reason: "plan downgrade", change_date: "2022-05-06" },
            { change_id: 736, customer_id: 182, plan_id: 2, valid_from: "2020-07-02", valid_to: "2021-02-02", change_reason: "seasonal change", change_date: "2022-12-05" },
            { change_id: 737, customer_id: 164, plan_id: 5, valid_from: "2020-01-30", valid_to: "2020-06-23", change_reason: "customer request", change_date: "2022-01-19" },
            { change_id: 738, customer_id: 86, plan_id: 4, valid_from: "2022-08-15", valid_to: "2022-09-17", change_reason: "seasonal change", change_date: "2022-10-07" },
            { change_id: 739, customer_id: 10, plan_id: 7, valid_from: "2020-11-28", valid_to: "2021-10-30", change_reason: "seasonal change", change_date: "2022-03-12" },
            { change_id: 740, customer_id: 199, plan_id: 6, valid_from: "2020-07-06", valid_to: "2020-07-29", change_reason: "trial period expired", change_date: "2020-11-21" },
            { change_id: 741, customer_id: 150, plan_id: 4, valid_from: "2022-05-04", valid_to: "2023-04-25", change_reason: "lifestyle change", change_date: "2020-11-26" },
            { change_id: 742, customer_id: 108, plan_id: 4, valid_from: "2022-02-13", valid_to: "2022-11-25", change_reason: "customer request", change_date: "2021-06-27" },
            { change_id: 743, customer_id: 127, plan_id: 2, valid_from: "2021-01-07", valid_to: "2021-02-04", change_reason: "customer request", change_date: "2021-11-26" },
            { change_id: 744, customer_id: 2, plan_id: 9, valid_from: "2020-08-21", valid_to: "2020-11-22", change_reason: "plan upgrade", change_date: "2022-10-12" },
            { change_id: 745, customer_id: 109, plan_id: 6, valid_from: "2022-04-09", valid_to: "2022-12-08", change_reason: "customer request", change_date: "2020-04-12" },
            { change_id: 746, customer_id: 107, plan_id: 1, valid_from: "2020-06-06", valid_to: "2020-08-24", change_reason: "better features available", change_date: "2022-01-12" },
            { change_id: 747, customer_id: 137, plan_id: 8, valid_from: "2020-11-19", valid_to: "2021-05-14", change_reason: "service issues", change_date: "2021-04-07" },
            { change_id: 748, customer_id: 94, plan_id: 1, valid_from: "2020-02-19", valid_to: "2020-09-24", change_reason: "seasonal change", change_date: "2022-04-01" },
            { change_id: 749, customer_id: 154, plan_id: 4, valid_from: "2022-05-20", valid_to: "2023-04-04", change_reason: "lifestyle change", change_date: "2021-10-13" },
            { change_id: 750, customer_id: 89, plan_id: 10, valid_from: "2020-10-16", valid_to: "2021-03-08", change_reason: "seasonal change", change_date: "2020-08-07" },
            { change_id: 751, customer_id: 98, plan_id: 4, valid_from: "2022-02-04", valid_to: "2022-06-24", change_reason: "customer request", change_date: "2021-02-09" },
            { change_id: 752, customer_id: 45, plan_id: 2, valid_from: "2020-10-05", valid_to: "2021-04-02", change_reason: "better features available", change_date: "2022-06-22" },
            { change_id: 753, customer_id: 136, plan_id: 9, valid_from: "2021-01-14", valid_to: "2021-08-13", change_reason: "promotional offer", change_date: "2022-07-30" },
            { change_id: 754, customer_id: 92, plan_id: 6, valid_from: "2022-10-04", valid_to: "2023-06-03", change_reason: "customer request", change_date: "2022-12-28" },
            { change_id: 755, customer_id: 193, plan_id: 7, valid_from: "2021-07-09", valid_to: "2022-03-05", change_reason: "plan upgrade", change_date: "2021-07-11" },
            { change_id: 756, customer_id: 63, plan_id: 1, valid_from: "2021-06-09", valid_to: "2021-10-06", change_reason: "plan upgrade", change_date: "2021-02-18" },
            { change_id: 757, customer_id: 55, plan_id: 8, valid_from: "2021-02-02", valid_to: "2021-08-22", change_reason: "trial period expired", change_date: "2022-05-26" },
            { change_id: 758, customer_id: 145, plan_id: 1, valid_from: "2020-07-12", valid_to: "2021-07-05", change_reason: "seasonal change", change_date: "2022-01-02" },
            { change_id: 759, customer_id: 30, plan_id: 7, valid_from: "2021-03-29", valid_to: "2021-10-26", change_reason: "seasonal change", change_date: "2022-08-22" },
            { change_id: 760, customer_id: 145, plan_id: 8, valid_from: "2021-12-12", valid_to: "2022-12-11", change_reason: "plan upgrade", change_date: "2022-04-25" },
            { change_id: 761, customer_id: 63, plan_id: 6, valid_from: "2022-10-19", valid_to: "2023-01-02", change_reason: "dissatisfaction with current plan", change_date: "2020-08-17" },
            { change_id: 762, customer_id: 193, plan_id: 4, valid_from: "2022-10-05", valid_to: "2023-04-07", change_reason: "plan upgrade", change_date: "2020-03-19" },
            { change_id: 763, customer_id: 196, plan_id: 8, valid_from: "2022-07-24", valid_to: "2023-01-12", change_reason: "customer request", change_date: "2022-07-24" },
            { change_id: 764, customer_id: 60, plan_id: 9, valid_from: "2021-07-30", valid_to: "2021-12-25", change_reason: "plan downgrade", change_date: "2020-09-01" },
            { change_id: 765, customer_id: 185, plan_id: 1, valid_from: "2021-11-05", valid_to: "2022-09-11", change_reason: "customer request", change_date: "2020-08-21" },
            { change_id: 766, customer_id: 97, plan_id: 10, valid_from: "2021-09-30", valid_to: "2021-10-31", change_reason: "customer request", change_date: "2022-06-14" },
            { change_id: 767, customer_id: 117, plan_id: 10, valid_from: "2020-04-03", valid_to: "2020-10-14", change_reason: "better features available", change_date: "2021-09-28" },
            { change_id: 768, customer_id: 22, plan_id: 9, valid_from: "2021-04-12", valid_to: "2021-10-12", change_reason: "dissatisfaction with current plan", change_date: "2020-08-14" },
            { change_id: 769, customer_id: 188, plan_id: 2, valid_from: "2021-04-27", valid_to: "2021-11-23", change_reason: "dissatisfaction with current plan", change_date: "2022-12-05" },
            { change_id: 770, customer_id: 161, plan_id: 6, valid_from: "2020-01-07", valid_to: "2020-04-07", change_reason: "promotional offer", change_date: "2022-01-23" },
            { change_id: 771, customer_id: 10, plan_id: 2, valid_from: "2022-08-23", valid_to: "2023-08-17", change_reason: "promotional offer", change_date: "2021-06-14" },
            { change_id: 772, customer_id: 40, plan_id: 4, valid_from: "2022-02-03", valid_to: "2022-06-16", change_reason: "plan upgrade", change_date: "2022-10-22" },
            { change_id: 773, customer_id: 51, plan_id: 8, valid_from: "2020-03-08", valid_to: "2020-05-28", change_reason: "plan upgrade", change_date: "2021-01-24" },
            { change_id: 774, customer_id: 142, plan_id: 8, valid_from: "2022-11-03", valid_to: "2023-05-28", change_reason: "customer request", change_date: "2020-12-21" },
            { change_id: 775, customer_id: 30, plan_id: 9, valid_from: "2022-07-20", valid_to: "2022-08-16", change_reason: "trial period expired", change_date: "2020-02-14" },
            { change_id: 776, customer_id: 166, plan_id: 9, valid_from: "2020-06-20", valid_to: "2020-11-26", change_reason: "seasonal change", change_date: "2020-11-11" },
            { change_id: 777, customer_id: 128, plan_id: 10, valid_from: "2022-07-16", valid_to: "2022-07-28", change_reason: "plan downgrade", change_date: "2020-01-07" },
            { change_id: 778, customer_id: 120, plan_id: 6, valid_from: "2020-09-09", valid_to: "2021-01-05", change_reason: "business needs", change_date: "2020-04-02" },
            { change_id: 779, customer_id: 114, plan_id: 4, valid_from: "2022-01-07", valid_to: "2022-01-17", change_reason: "customer request", change_date: "2020-03-22" },
            { change_id: 780, customer_id: 73, plan_id: 10, valid_from: "2022-09-04", valid_to: "2023-01-30", change_reason: "better features available", change_date: "2021-12-29" },
            { change_id: 781, customer_id: 79, plan_id: 5, valid_from: "2022-05-23", valid_to: "2022-06-14", change_reason: "customer request", change_date: "2020-11-05" },
            { change_id: 782, customer_id: 166, plan_id: 8, valid_from: "2020-11-25", valid_to: "2021-01-06", change_reason: "customer request", change_date: "2022-06-15" },
            { change_id: 783, customer_id: 193, plan_id: 1, valid_from: "2021-10-12", valid_to: "2021-11-18", change_reason: "business needs", change_date: "2021-12-26" },
            { change_id: 784, customer_id: 190, plan_id: 5, valid_from: "2022-05-25", valid_to: "2023-05-03", change_reason: "dissatisfaction with current plan", change_date: "2022-01-11" },
            { change_id: 785, customer_id: 185, plan_id: 6, valid_from: "2020-11-10", valid_to: "2021-07-10", change_reason: "budget constraints", change_date: "2021-03-05" },
            { change_id: 786, customer_id: 188, plan_id: 6, valid_from: "2021-04-29", valid_to: "2022-01-17", change_reason: "promotional offer", change_date: "2020-07-17" },
            { change_id: 787, customer_id: 11, plan_id: 10, valid_from: "2021-11-06", valid_to: "2022-04-04", change_reason: "customer request", change_date: "2020-07-19" },
            { change_id: 788, customer_id: 44, plan_id: 5, valid_from: "2021-07-19", valid_to: "2022-03-31", change_reason: "plan upgrade", change_date: "2020-11-23" },
            { change_id: 789, customer_id: 61, plan_id: 4, valid_from: "2020-04-16", valid_to: "2021-04-08", change_reason: "dissatisfaction with current plan", change_date: "2020-06-13" },
            { change_id: 790, customer_id: 172, plan_id: 1, valid_from: "2022-07-17", valid_to: "2022-09-11", change_reason: "plan upgrade", change_date: "2022-07-26" },
            { change_id: 791, customer_id: 134, plan_id: 8, valid_from: "2022-09-25", valid_to: "2023-08-24", change_reason: "lifestyle change", change_date: "2020-03-18" },
            { change_id: 792, customer_id: 166, plan_id: 9, valid_from: "2020-05-13", valid_to: "2021-02-26", change_reason: "customer request", change_date: "2020-04-13" },
            { change_id: 793, customer_id: 43, plan_id: 2, valid_from: "2021-12-30", valid_to: "2022-10-08", change_reason: "plan upgrade", change_date: "2021-04-30" },
            { change_id: 794, customer_id: 118, plan_id: 6, valid_from: "2020-08-15", valid_to: "2020-12-27", change_reason: "plan upgrade", change_date: "2021-12-20" },
            { change_id: 795, customer_id: 15, plan_id: 8, valid_from: "2021-10-07", valid_to: "2022-04-17", change_reason: "plan upgrade", change_date: "2020-06-05" },
            { change_id: 796, customer_id: 109, plan_id: 4, valid_from: "2022-02-21", valid_to: "2022-10-25", change_reason: "plan upgrade", change_date: "2020-02-26" },
            { change_id: 797, customer_id: 124, plan_id: 10, valid_from: "2021-03-13", valid_to: "2021-07-28", change_reason: "customer request", change_date: "2021-10-25" },
            { change_id: 798, customer_id: 84, plan_id: 10, valid_from: "2021-02-04", valid_to: "2021-10-01", change_reason: "lifestyle change", change_date: "2022-11-05" },
            { change_id: 799, customer_id: 28, plan_id: 4, valid_from: "2021-10-25", valid_to: "2022-01-05", change_reason: "promotional offer", change_date: "2021-12-07" },
            { change_id: 800, customer_id: 97, plan_id: 4, valid_from: "2022-09-15", valid_to: "2023-07-06", change_reason: "plan downgrade", change_date: "2021-12-10" },
        ],
    });
    await prisma.plan_features.createMany({
        data: [
            { feature_id: 1, plan_id: 1, feature_description: "An incomplete follow-up: the transfer was replaced.", customer_feedback_score: 8, usage_frequency: 18, feature_importance: 5 },
            { feature_id: 2, plan_id: 1, feature_description: "The record was escalated following a repeat review.", customer_feedback_score: 4, usage_frequency: 13, feature_importance: 3 },
            { feature_id: 3, plan_id: 1, feature_description: "The booking was updated — routine case, no further action.", customer_feedback_score: 6, usage_frequency: 15, feature_importance: 5 },
            { feature_id: 4, plan_id: 5, feature_description: "The appointment was replaced after an urgent check.", customer_feedback_score: 6, usage_frequency: 15, feature_importance: 4 },
            { feature_id: 5, plan_id: 3, feature_description: "A duplicate follow-up: the document was delayed.", customer_feedback_score: 6, usage_frequency: 13, feature_importance: 3 },
            { feature_id: 6, plan_id: 5, feature_description: "An unusual follow-up: the request was resolved.", customer_feedback_score: 5, usage_frequency: 10, feature_importance: 4 },
            { feature_id: 7, plan_id: 3, feature_description: "The shipment was rescheduled following an urgent review.", customer_feedback_score: null, usage_frequency: 14, feature_importance: 5 },
            { feature_id: 8, plan_id: 5, feature_description: "The claim was delayed after a duplicate check.", customer_feedback_score: 6, usage_frequency: 13, feature_importance: 2 },
            { feature_id: 9, plan_id: 8, feature_description: "Support asked for a change and the shipment was updated.", customer_feedback_score: 7, usage_frequency: 13, feature_importance: 4 },
            { feature_id: 10, plan_id: 9, feature_description: "A manual follow-up: the appointment was resolved.", customer_feedback_score: 6, usage_frequency: 14, feature_importance: 3 },
            { feature_id: 11, plan_id: 9, feature_description: "Support confirmed the details and the session was approved.", customer_feedback_score: 3, usage_frequency: 18, feature_importance: 4 },
            { feature_id: 12, plan_id: 7, feature_description: "Flagged as late. The team replaced the ticket.", customer_feedback_score: 6, usage_frequency: 17, feature_importance: 4 },
            { feature_id: 13, plan_id: 5, feature_description: "Flagged as automatic. The reviewer refunded the appointment.", customer_feedback_score: 8, usage_frequency: 15, feature_importance: 4 },
            { feature_id: 14, plan_id: 3, feature_description: "Flagged as duplicate. Support approved the appointment.", customer_feedback_score: 7, usage_frequency: 9, feature_importance: 2 },
            { feature_id: 15, plan_id: 4, feature_description: "The request was updated after a standard check.", customer_feedback_score: 6, usage_frequency: 24, feature_importance: 5 },
            { feature_id: 16, plan_id: 3, feature_description: "Flagged as incomplete. The customer delayed the session.", customer_feedback_score: 5, usage_frequency: 24, feature_importance: 4 },
            { feature_id: 17, plan_id: 10, feature_description: "Support confirmed the details and the appointment was approved.", customer_feedback_score: 7, usage_frequency: 19, feature_importance: 3 },
            { feature_id: 18, plan_id: 8, feature_description: "No response from the team, so the refund was reopened.", customer_feedback_score: 5, usage_frequency: 9, feature_importance: 5 },
            { feature_id: 19, plan_id: 10, feature_description: "The account owner reported a minor issue; the request was rejected.", customer_feedback_score: 6, usage_frequency: 13, feature_importance: 3 },
            { feature_id: 20, plan_id: 9, feature_description: "Flagged as automatic. The supplier rescheduled the account.", customer_feedback_score: 5, usage_frequency: 20, feature_importance: 4 },
            { feature_id: 21, plan_id: 10, feature_description: "Flagged as late. The account owner resolved the document.", customer_feedback_score: 8, usage_frequency: 19, feature_importance: 4 },
            { feature_id: 22, plan_id: 2, feature_description: "Support confirmed the details and the order was reviewed.", customer_feedback_score: 8, usage_frequency: 12, feature_importance: 2 },
            { feature_id: 23, plan_id: 5, feature_description: "The account owner confirmed the details and the booking was completed.", customer_feedback_score: 8, usage_frequency: 13, feature_importance: 5 },
            { feature_id: 24, plan_id: 2, feature_description: "An urgent transfer was refunded the same day.", customer_feedback_score: 5, usage_frequency: 17, feature_importance: 4 },
            { feature_id: 25, plan_id: 4, feature_description: "The request was escalated — unusual case, no further action.", customer_feedback_score: 4, usage_frequency: 13, feature_importance: 4 },
            { feature_id: 26, plan_id: 8, feature_description: "The reviewer reported an urgent issue; the item was completed.", customer_feedback_score: 5, usage_frequency: 14, feature_importance: 4 },
            { feature_id: 27, plan_id: 10, feature_description: "Flagged as incomplete. The customer processed the report.", customer_feedback_score: 5, usage_frequency: 15, feature_importance: 5 },
            { feature_id: 28, plan_id: 6, feature_description: "The claim was reviewed following a late review.", customer_feedback_score: 7, usage_frequency: 22, feature_importance: 3 },
            { feature_id: 29, plan_id: 6, feature_description: "Support reported a standard issue; the item was completed.", customer_feedback_score: 6, usage_frequency: 18, feature_importance: 3 },
            { feature_id: 30, plan_id: 7, feature_description: "A minor follow-up: the transfer was refunded.", customer_feedback_score: 4, usage_frequency: 17, feature_importance: 3 },
            { feature_id: 31, plan_id: 6, feature_description: "The team asked for a change and the order was replaced.", customer_feedback_score: null, usage_frequency: 21, feature_importance: 4 },
            { feature_id: 32, plan_id: 2, feature_description: "A partial follow-up: the ticket was rejected.", customer_feedback_score: null, usage_frequency: 16, feature_importance: 5 },
            { feature_id: 33, plan_id: 6, feature_description: "An incomplete follow-up: the invoice was rescheduled.", customer_feedback_score: null, usage_frequency: 18, feature_importance: 5 },
            { feature_id: 34, plan_id: 8, feature_description: "A repeat follow-up: the session was updated.", customer_feedback_score: 7, usage_frequency: 14, feature_importance: 1 },
            { feature_id: 35, plan_id: 4, feature_description: "The request was rescheduled after a repeat check.", customer_feedback_score: 6, usage_frequency: 20, feature_importance: 4 },
            { feature_id: 36, plan_id: 7, feature_description: "The request was completed — urgent case, no further action.", customer_feedback_score: 6, usage_frequency: 12, feature_importance: 3 },
            { feature_id: 37, plan_id: 3, feature_description: "Support asked for a change and the ticket was escalated.", customer_feedback_score: null, usage_frequency: 11, feature_importance: 5 },
            { feature_id: 38, plan_id: 3, feature_description: "An automatic follow-up: the request was refunded.", customer_feedback_score: 5, usage_frequency: 17, feature_importance: 3 },
            { feature_id: 39, plan_id: 7, feature_description: "The document was approved following an unusual review.", customer_feedback_score: 5, usage_frequency: 15, feature_importance: 3 },
            { feature_id: 40, plan_id: 2, feature_description: "A standard appointment was escalated the same day.", customer_feedback_score: 5, usage_frequency: 18, feature_importance: 5 },
        ],
    });
}

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