@override Future<int> updateQuery(String sql) async { try { _db.execute(sql); } catch (e) { print(e); } return _db.getUpdatedRows(); }