# Functions
migrationRefresh rolls back all migrations and start over again.
MigrateReset rolls back all migrations.
MigrateRollback rolls back the latest migration.
MigrateUpdate does the schema update.
runMigration is the entry point for starting a migration.
# Constants
MigrationMainTPL migration main template.
MYSQLMigrationDDL MySQL migration SQL.
POSTGRESMigrationDDL Postgres migration SQL.
# Variables
No description provided by the author