CheckpointModule
Less than 1 minute
CheckpointModule
Console module for creating DBI schema checkpoints.
class CheckpointModule extends \Hazaar\Console\DBI\ModuleRegisters 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(): voidexecute
Executes a schema checkpoint operation.
protected execute(Input $input, Output $output): intParameters
| Parameter | Type | Description |
|---|---|---|
$input | Input | parsed command input, including optional checkpoint comment |
$output | Output | console output writer for operation logs |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000