@override void drop(String tableName, {bool cascade = false}) { var c = cascade == true ? ' CASCADE' : ''; _writeln('DROP TABLE $tableName$c;'); }