toDropTableSql method
Generate DROP TABLE SQL
Implementation
String toDropTableSql(DatabaseType dbType) {
return 'DROP TABLE IF EXISTS $tableName;';
}
Generate DROP TABLE SQL
String toDropTableSql(DatabaseType dbType) {
return 'DROP TABLE IF EXISTS $tableName;';
}