type
FieldRename
type FieldRename struct {
// Before is the canonical field path in the before manifest.
Before string `json:"before"`
// After is the canonical field path in the after manifest.
After string `json:"after"`
}One explicit authored field-path continuity inside a collection rename.
Source migration/migration.go:192
Beforestring- Before is the canonical field path in the before manifest.
Afterstring- After is the canonical field path in the after manifest.