interface MigrationRepositoryInterface
Methods
Details
at
line 17
array
getRan(string|null $extension = null)
Get the ran migrations for the given extension.
at
line 22
void
log(string $file, string|null $extension = null)
Log that a migration was run.
at
line 27
void
delete(string $file, string|null $extension = null)
Remove a migration from the log.
at
line 32
void
createRepository()
Create the migration repository table.
at
line 37
bool
repositoryExists()
Determine if the migration repository exists.