Is there any way to specify shorter data types for...
# orm-help
n
Is there any way to specify shorter data types for specific string data points? We have noticed that Prisma creates mediumtext types for all of the strong fields and in many cases this is way larger than what we need.
n
currently that's not supported, but here's an interesting feature request: https://github.com/prismagraphql/prisma/issues/2509
Note that you can adjust the database schema after deploying