[Question] AutoMigrate runs migration ever it's no field change in struct
kkocdko opened this issue · 0 comments
kkocdko commented
Document Link
https://gorm.io/docs/migration.html
Your Question
The AutoMigrate
is prefixed with Auto
which will lead prime users to ignore the fact that it runs migration every time.
Expected answer
Change the document to add tips about this behavior.