Drops a table only if it exists (safe version).
Future<void> dropIfExists(String name) async => drop(name);