CheckpointModule
Less than 1 minute
CheckpointModule
Console module for creating DBI schema checkpoints.
class CheckpointModule extends \Hazaar\Console\ModuleExtends: Hazaar\Console\Module
Registers a command that consolidates current schema changes into a single checkpoint migration, optionally annotated with a user-supplied comment.
Methods
configure
Registers the checkpoint command and its arguments.
protected configure(): voidReturns: void
execute
Executes a schema checkpoint operation.
protected execute(Input $input, Output $output): intReturns: int
Parameters
| Parameter | Type | Description |
|---|---|---|
$input | Hazaar\Console\Input | parsed command input, including optional checkpoint comment |
$output | Hazaar\Console\Output | console output writer for operation logs |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:18 +0000