$sql->dropTable()
Creates the sql for dropping a single table
$sql->dropTable(string $table): arrayParameters
| Name | Type | Default | 
|---|---|---|
| $table * | string | – | 
Return type
array
Creates the sql for dropping a single table
$sql->dropTable(string $table): array| Name | Type | Default | 
|---|---|---|
| $table * | string | – | 
array