# Functions
DeleteMigrate delete an ID from table gorp_migrations.
Do applies migration.
Get the status of all migration scripts.
List list current entries from gorp_migration only.
UnlockMigrate unlocks an ID from table gorp_migrations_lock.
# Structs
DatabaseMigration represents an entry in table gorp_migrations.
MigrationLock is used to lock the migration (managed by gorp).