# Functions
New returns a new GoMigrate.
# Variables
DefaultConfig can be used if you don't want to think about config.
# Structs
Config define config for all migrations.
GoMigrate represents a collection of all migrations of a database schema.
Migration represents a database migration.
No description provided by the author
# Type aliases
MigrateFunc is the func signature for migrating.
RollbackFunc is the func signature for rollbacking.