Skip to content

Kirby 4.3.0

$database->dropTable()

Drops a table

$database->dropTable(string $table): bool

Parameters

Name Type Default
$table * string

Return type

bool

Parent class

Kirby\Database\Database