Drop a table. The table and all its data will be deleted.
TableDrop tableDrop(String tableName, [Map? options]) => TableDrop(tableName, options);