File path: dist/twist/Core/Models/Database/Table.model.php
Namespace: Twist\Core\Models\Database
drop
— Drop the requested table form your database, this command will only work if your database user has the DROP privilege or above.
void — No return information has been documented for this function.
<?php
//Call the function drop with the example vars
$resTable = new \Twist\Core\Models\Database\Table();
$resTable -> drop();