type
ProjectAction
type ProjectAction stringLifecycle operation delegated to an application’s compiled migration driver.
Source migration/project.go:13
Constants
ProjectApply"up"- Apply pending artifacts.
ProjectDown"down"- Reverse the latest artifact.
ProjectReset"reset"- Reverse every applied artifact.
ProjectRefresh"refresh"- Reset and reapply artifacts.
ProjectFresh"fresh"- Rebuild from an empty database.
ProjectVerify"verify"- Validate compiled registrations.