资讯

Expected Behavior Foreign keys should not be dropped and re-created unless there is an actual schema change affecting them. Actual Behavior Foreign keys are dropped and re-created on every migration ...
Describe the feature Add a migration file generation tool to GORM that can automatically create SQL migration files (.up.sql / .down.sql) by diffing the current database schema with the schema defined ...