# Functions
Down performs "down" migration using registered migrations.
MustRegister acts like Register but panics on errors.
No description provided by the author
Register performs migration registration.
RegisteredMigrations returns all registered migrations.
SetDatabase sets database for global migrate.
SetMigrationsAutoRepair changes default behavior for auto repair migrations with hashing conflicts.
SetMigrationsCollection changes default collection name for migrations history.
SetMigrationsEnabled changes default behavior for enabled the process of migrations.
Up performs "up" migration using registered migrations.
Version returns current database version.
# Constants
AllAvailable used in "Up" or "Down" methods to run all available migrations.
# Type aliases
MigrationFunc used to define actions to be performed for a migration.