prinz
CCConvex Community
•Created by prinz on 2/20/2024 in #support-community
Prisma --> Convex
channelId String
channel Channel @relation(fields: [channelId], references: [id], onDelete: Cascade)
channelId: v.string(),
channel: v.id("channels"),
The top is a Prisma schema definition, and the bottom is convex. Is that the correct schema translation from Prisma to convex? Thanks
15 replies