$sqlite->dropTable()
Creates the sql for dropping a single table
$sqlite->dropTable(string $table): arrayParameters
| Name | Type | Default | 
|---|---|---|
| $table * | string | – | 
Return type
array
Parent class
  Kirby\Database\Sql\Sqlite    inherited from Kirby\Database\Sql