Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + func GenerateScript(plan *MigrationPlan) string + func Validate(plan *MigrationPlan, data map[string]interface{}) error + type MigrationPlan struct + FromVersion string + Protocol string + Reversible bool + Steps []MigrationStep + ToVersion string + func GeneratePlan(protocol, fromVer, toVer string) *MigrationPlan + func Rollback(plan *MigrationPlan) *MigrationPlan + type MigrationStep struct + Description string + Field string + NewField string + NewType string + Type string