SchemaModule
Less than 1 minute
SchemaModule
Console module for inspecting database schema structure.
class SchemaModule extends \Hazaar\Console\ModuleExtends: Hazaar\Console\Module
Provides commands to display the currently applied schema or the complete known schema representation from the DBI schema manager.
Methods
configure
Registers the schema command and output options.
protected configure(): voidReturns: void
execute
Executes schema inspection and prints JSON output.
protected execute(Input $input, Output $output): intReturns: int
Parameters
| Parameter | Type | Description |
|---|---|---|
$input | Hazaar\Console\Input | parsed command input |
$output | Hazaar\Console\Output | console output writer |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:18 +0000