Returns the number of rows affected by the last INSERT, UPDATE, or DELETE. This is useful for determining how many records were modified by data manipulation operations.
@override int get affectedRows => database.updatedRows;