Directive - Drop Table
Details
Name: drop_table
Format: array of table names
Description'
Drop table is used for removing tables from the schema.
Directives exist Create, Rename to handle other table based migration operations.
Example
'drop_table' => array(
'categories',
'emails'
)