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