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