fun deleteAllFrom(table: String): <ERROR CLASS>Adds a DeleteAll operation to the DbSetup
table - the table to delete fromfun deleteAllFrom(vararg tables: String): <ERROR CLASS>fun deleteAllFrom(tables: List<String>): <ERROR CLASS>Adds DeleteAll operations to the DbSetup
tables - the tables to delete from