typePlannertype Planner struct { Name string `json:"name"` Version string `json:"version"` }Planner name and version recorded on a migration artifact.Source migration/phases.go:23Name:stringThe Name value.Version:stringThe Version value.