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
AutoMigrate is useful to migrate database but it runs migration every time even if the table structure (struct define) not changed.
Motivation
The AutoMigrate is prefixed with Auto, which should be more smart. And I found that some prime users like me just use AutoMigrate at the begining of program and image it will skip migration when possible (LOL).
Related Issues
If this feature was too complex to implement, maybe add this to docs?
The text was updated successfully, but these errors were encountered:
Describe the feature
AutoMigrate
is useful to migrate database but it runs migration every time even if the table structure (struct define) not changed.Motivation
The
AutoMigrate
is prefixed withAuto
, which should be more smart. And I found that some prime users like me just useAutoMigrate
at the begining of program and image it will skip migration when possible (LOL).Related Issues
If this feature was too complex to implement, maybe add this to docs?
The text was updated successfully, but these errors were encountered: