Join Slack
Powered by
Is there any way to specify shorter data types for...
# orm-help
n
noahdavis
06/27/2018, 12:23 PM
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
nilan
06/28/2018, 9:11 AM
currently that's not supported, but here's an interesting feature request:
https://github.com/prismagraphql/prisma/issues/2509
nilan
06/28/2018, 9:11 AM
Note that you can adjust the database schema after deploying
Open in Slack
Previous
Next