Drop table.
table is the name of the table to drop.
table
static String drop(String table) { return DB.connection()!.driver.drop(table); }