dropTableSql method

String dropTableSql()

Implementation

String dropTableSql() {
  return 'DROP TABLE IF EXISTS "$tableName";';
}