array rollback(array|string $paths = array(), array $options = array()) Rollback the last migration operation. Parameters array|string $paths array $options Return Value array
Connection resolveConnection(string $connection) Resolve the database connection instance. Parameters string $connection Return Value Connection
object resolve(string $file) Resolve a migration instance from a file. Parameters string $file Return Value object
array reset(array|string $paths = array(), bool $pretend = false) Rolls all of the currently applied migrations back. Parameters array|string $paths bool $pretend Return Value array
void requireFiles(array $files) Require in all the migration files in a given path. Parameters array $files Return Value void
bool repositoryExists() Determine if the migration repository exists. Return Value bool
array paths() Get all of the custom migration paths. Return Value array
void path(string $path) Register a custom migration path. These path will not automatically be applied. Parameters string $path Return Value void
MigrationRepositoryInterface getRepository() Get the migration repository instance. Return Value MigrationRepositoryInterface
array getNotes() Get the notes for the last operation. Return Value array
Page 466 of 996