Drop table
Future<bool> dropTable(String tableName) async { return await BoxerDatabaseUtil.dropTable(database, tableName); }