# Functions
Run executes the default migrations.
# Type aliases
CompletedFunc is a function that marks a migration as completed.
MigrationFunc is a function that performs a migration.
Migrations is a slice of named migrations, meant to be executed from first to last (order is significant).