Trying to create a string field in a schema / migrate; basic field, want a default of empty string.
Prisma doesn’t seem to like
phone String @default("");
why not?
👀 1
n
Nurul
10/17/2022, 6:39 AM
Hello @Dave Edelhart 👋
In which Prisma version and database are you trying to add this field?
It seems to be working as expected for me in the latest Prisma version i.e