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
GORM's automigrate works well, but in some cases it can't run migrations by itself without failing, for example if a new "NOT NULL" constraint is added when there's already NULL data in the column.
We should add a more explicit way of expressing data and schema migrations to handle cases like that one.
The text was updated successfully, but these errors were encountered:
GORM's automigrate works well, but in some cases it can't run migrations by itself without failing, for example if a new "NOT NULL" constraint is added when there's already NULL data in the column.
We should add a more explicit way of expressing data and schema migrations to handle cases like that one.
The text was updated successfully, but these errors were encountered: