List<String> deleteTable(SchemaTable table)

Source

List<String> deleteTable(SchemaTable table) {
  return ["DROP TABLE ${table.name}"];
}