We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Just do this to get rid of a table named 'wow':
db::drop('wow');
To truncate table 'wow' do this:
db::truncate('wow');