Migrations
Table of Contents
Interfaces
- FileWriterInterface
- Adds support for writing to files.
Classes
- CreateCommand
- Creates a migration stub.
- CreateCommandHandler
- Handles create migration requests.
- GetLastMigrationQuery
- Retrieves the last successfully run migration.
- GetPendingMigrationsQuery
- Provides migration instances that have not been executed.
- MigrationRunCompleted
- Provides information about the result of running a migration.
- MigrationRunFailure
- Provides information about the result of running a migration.
- MigrationRunResult
- Provides information about the result of running a migration.
- RevertCommand
- Reverts the migration.
- RevertCommandHandler
- Handles revert migration requests.
- RunCommand
- Runs migrations.
- RunCommandHandler
- Handles database migration management.
- SimpleFileWriter
- Handles simple file writing.
- StreamLogger
- Adds stream writing support.