Create a new Migration instance
Migration options
The migration name
Timestamp when the migration was created
Batch number for the migration
OptionalidInternal ID in the database
Get the up migration function
Get the down migration function
Execute the migration (run up)
The query interface to use
The prorm instance
Revert the migration (run down)
The query interface to use
The prorm instance
Get migration metadata
Check if migration has been executed
StaticgetGet a timestamp string for the migration name
StaticgenerateGenerate a migration file name with timestamp
StaticparseParse migration file name to extract timestamp and name
Migration class representing a single database migration