Hi Guys, i have a String in my schema, but i want ...
# orm-help
m
Hi Guys, i have a String in my schema, but i want it as VarChar in Postgres, how can i do that?
h
Just change the underlying datatype, it will work with Prisma
m
From directly Postgres? Isn't there a better solution?
h
Yes, we will provide this customization option with Prisma 2, but right now this is the preferred solution