You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to add a new non nullable field on a model in a backward compatible way.
I understood clearly what this library achieves, but i am wondering how i can clear the default at the end.
For my first migration i have the following operations :
Hi,
I am trying to add a new non nullable field on a model in a backward compatible way.
I understood clearly what this library achieves, but i am wondering how i can clear the default at the end.
For my first migration i have the following operations :
And for the second one :
This second migration does not generate any sql code so i end up with a remaining default at db level.
If there a way to remove the db level default introduced by
AddDefaultValue
?Thanks
The text was updated successfully, but these errors were encountered: