Skip to content

Database: Drop table

Matthew McNaney edited this page Jan 28, 2016 · 2 revisions
$if_exists = true;
$db = \Database::getDB();
$foo = $db->addTable('foo');
$foo->drop($if_exists);
Clone this wiki locally