void path(string $path) Register a custom migration path. These
string create(string $name, string $path, string $table = null, bool $create = false)
bool repositoryExists() Determine if the migration repository exists.
int getNextBatchNumber() Get the next migration batch number.
array getMigrationFiles(string|array $paths) Get all of the migration files
MigrationCreator class MigrationCreator (
array getRan() Get the ran migrations. Return
array getMigrations(int $steps) Get list of migrations.
object resolve(string $file) Resolve a migration instance from a file.
array reset(array|string $paths = array(), bool $pretend = false) Rolls
Page 4 of 5