static Future<int> dropIfExists(String table) => DatabaseOperator.forDriver(DB.driver).dropIfExists(table);