CreateMigration |
Creates a new migration file. |
Migrate |
Runs all new migrations. |
MigrateCurrent |
Migrates the DB to version set in config file, $currentVersion. |
MigrateLatest |
Creates a new migration file. |
MigrateRefresh |
Does a rollback followed by a latest to refresh the current state
of the database. |
MigrateRollback |
Runs all of the migrations in reverse order, until they have
all been un-applied. |
MigrateStatus |
Displays a list of all migrations and whether they've been run or not. |
MigrateVersion |
Migrates the DB to a specific version. |
Seed |
Runs the specified Seeder file to populate the database
with some data. |