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