Update the table
UpdateQuery update(Map<String, dynamic> data) { return UpdateQuery(_db, _table, data); }