I got an internal server error with req id: cj47k0...
# prisma-whats-new
b
I got an internal server error with req id: cj47k037r3f8o01843rdr6m08
a
@be4r Doing what?
b
trying to change the type for a field in a schema
just changing this one type from String to Int from the UI
a
It's probably because there's data in the table that can't be converted to Int
b
cool that seemed to work for String -> Int conversion
but how would I change from String -> [String]
in the UI it says 'choose enum'
a
You check 'allow multiple values'

https://snag.gy/IQi3Bc.jpg

b
ahhhh
agh i cant believe i missed that
i was tunnel visioned on List
thank you for your help!!
a
yw