ctx.prisma.whatever.create()ctx.prisma.whatever.create()import { prisma } from "~/server/db";import { prisma } from "~/server/db"; and then in the router use prisma.whatever.create()prisma.whatever.create() without the ctx.Join the Discord to continue the conversation