Is there no way to add a default value for a new f...
# prisma-migrate
g
Is there no way to add a default value for a new field on existing items in the database? e.g. My database has 9
Todos
, and I want to add a
important: Boolean!
field to them that defaults to false.
m
@do4gr is working on improving this. The
@default
will work from then on. But i don’t know right now how far we are implementation wise.
d
It is in alpha.