# Constants
AllAvailable used in "Up" or "Down" methods to run all available migrations.
# Structs
Migration represents single engine migration.
Migrate is type for performing migrations in provided database.
No description provided by the author
# Type aliases
MigrationFunc is used to define actions to be performed for a migration.
No description provided by the author