type
FieldRename
type FieldRename struct {
// Before is the field embedded in the previous migration artifact.
Before schema.Field
// After is its confirmed match in current executable config.
After schema.Field
}One migration-time field identity match confirmed by the application author.
Source adapters/postgres/migrate.go:38
Beforeschema.Field- The field embedded in the previous migration artifact.
Afterschema.Field- Its confirmed match in current executable config.