Name |
Description |
AbstractCommand |
CLI Command for adding and deleting migration versions from the version table. |
DiffCommand |
Command for generate migration classes by comparing your current database schema
to your mapping information. |
ExecuteCommand |
Command for executing single migrations up or down manually. |
GenerateCommand |
Command for generating new blank migration classes |
MigrateCommand |
Command for executing a migration to a specified version or the latest available version. |
StatusCommand |
Command to view the status of a set of migrations. |
UpToDateCommand |
Command to show if your schema is up-to-date. |