class DatabaseMigrationRepository implements MigrationRepositoryInterface
Methods
Details
at
line 17
__construct(ConnectionInterface $connection, string $table)
at
line 23
array
getRan(string|null $extension = null)
Get the ran migrations for the given extension.
at
line 32
void
log(string $file, string|null $extension = null)
Log that a migration was run.
at
line 39
void
delete(string $file, string|null $extension = null)
Remove a migration from the log.
at
line 55
void
createRepository()
Create the migration repository data store.
at
line 70
bool
repositoryExists()
Determine if the migration repository exists.
at
line 80
protected Builder
table()
Get a query builder for the migration table.