# Functions
ConcatMigrationQueries concats migration queries in the give order.
NewSimpleMigration returns a simple migration plan with all provided migration queries concatted in order.
RegisterMigration adds the specified migration to the available migrations.
# Variables
Migrations contains every available migrations.
# Structs
MigrationQuery contains the Up migration and Down migration in Plain strings.