package
0.0.0-20240610110821-095633c8b6be
Repository: https://github.com/shantanu-hashcash/go.git
Documentation: pkg.go.dev
# Constants
MigrateDown causes migrations to be run in the "down" direction.
MigrateRedo causes migrations to be run down, then up.
MigrateUp causes migrations to be run in the "up" direction.
# Type aliases
MigrateDir represents a direction in which to perform schema migrations.