interface MigrationRepositoryInterface
Methods
Details
at
line 20
array
getRan(string $extension = null)
Get the ran migrations for the given extension.
at
line 29
void
log(string $file, string $extension = null)
Log that a migration was run.
at
line 38
void
delete(string $file, string $extension = null)
Remove a migration from the log.
at
line 45
bool
repositoryExists()
Determine if the migration repository exists.