MigrateCommand
final class MigrateCommand implements CommandInterface (View source)
CLI command that runs pending database migrations.
The migration runner is resolved lazily when the command is executed.
Methods
__construct(ContainerInterface $container, mixed $stdout = null, mixed $stderr = null)
name()
string
string
run(array $args)
int
Details
__construct
__construct(ContainerInterface $container, mixed $stdout = null, mixed $stderr = null)
No description
name
string
name()
No description
description
string
description()
No description
run
int
run(array $args)
No description