Is there a way to create a prefixed id? like: ```m...
# orm-help
m
Is there a way to create a prefixed id? like:
Copy code
model User {
  id        String    @default("user_" + cuid()) @id
}
r
Hey @mjyoung 👋 This is currently not supported by Prisma so could you open a feature request here?