# Functions
Register registers a new factory for a migration.
# Variables
Migrations represents a sets of migrations.
# Interfaces
Migrate is the interface that every migration task must implement to support.
# Type aliases
Factory defines a factory type of an object implementing Migration interface.