import type { PrismaClient } from "@prisma/client"; // Do not change the function signature export default async (tx: PrismaClient) => { // Migrate your data here. };