MigrateDown class
Framework\CLI\Commands\MigrateDown
Class MigrateDown.
Extends Framework\CLI\Commands\AbstractMigration
Defined in libraries/dev-commands/src/MigrateDown.php
Properties #
$description
protected string $description = 'Runs migrations down.'
Methods #
- run()
- -
run()
public function run(): void
Returns
void
Inherited methods #
-
runMigration()fromFramework\CLI\Commands\AbstractMigration -
__construct()fromFramework\CLI\Command -
getConsole()fromFramework\CLI\Command -
setConsole()fromFramework\CLI\Command -
getName()fromFramework\CLI\Command -
setName()fromFramework\CLI\Command -
getGroup()fromFramework\CLI\Command -
setGroup()fromFramework\CLI\Command -
getDescription()fromFramework\CLI\Command -
setDescription()fromFramework\CLI\Command -
getUsage()fromFramework\CLI\Command -
setUsage()fromFramework\CLI\Command -
getOptions()fromFramework\CLI\Command -
setOptions()fromFramework\CLI\Command -
isActive()fromFramework\CLI\Command -
activate()fromFramework\CLI\Command -
deactivate()fromFramework\CLI\Command