How do I use the javascript `Map` type in the `sch...
# orm-help
l
How do I use the javascript
Map
type in the
schema.prisma
file?
r
@lucaslah 👋 You cannot use JS datatypes in
schema.prisma
. Could you explain your use case for this as there might be a way to go around this.