Returns a new Drop statement
static Drop drop(String table, {bool onlyIfExists = false}) => Drop(table, onlyIfExists: onlyIfExists);