ShowSchema class

Framework\CLI\Commands\ShowSchema

Class ShowSchema.

Extends Framework\CLI\Commands\DatabaseCommand

Defined in libraries/dev-commands/src/ShowSchema.php

Properties #

$description
-

$description

protected string $description = 'Shows database schema information.'

Methods #

getTableList()
-
run()
-

getTableList()

public function getTableList(string $schema): array
Parameters
  • string $schema
Returns array

run()

public function run(): void
Returns void

Inherited methods #