tableDrop method

TableDrop tableDrop(
  1. String tableName
)

Implementation

TableDrop tableDrop(String tableName) => TableDrop.fromDB(this, tableName);