tableDrop method

TableDrop tableDrop(
  1. String tableName, [
  2. Map? options
])

Drop a table. The table and all its data will be deleted.

Implementation

TableDrop tableDrop(String tableName, [Map? options]) =>
    TableDrop(tableName, options);