有人能给我指出正确的方向吗?使用 Prisma's SDL 我想用 @default 像这样的指令
Prisma's SDL
@default
type Event { id: ID! @unique title: String! slug: String! @unique @default(value: titleToSlug()) }
here
@default @defaultValue in the documentation
@defaultValue