Migration class Migration (
Connection getConnection()
Migrator class Migrator (
void __construct(
void log(string $file, int $batch) Log that a migration was run.
string getStubPath() Get the path to the stubs.
array getMigrations(int $steps) Get list of migrations.
void runMigrationList(array $migrations, array $options = array()) Run
array getLast() Get the last migration batch.
void createRepository() Create the migration repository data store.
Page 2 of 5