diff --git a/sqlite_utils/db.py b/sqlite_utils/db.py index 1a15d1c..18a442a 100644 --- a/sqlite_utils/db.py +++ b/sqlite_utils/db.py @@ -1267,6 +1267,7 @@ class Table(Queryable): :param conversions: Dictionary of column names and conversion functions :param columns: Dictionary of column names to column types """ + #: The ``rowid`` of the last inserted, updated or selected row. last_rowid: Optional[int] = None #: The primary key of the last inserted, updated or selected row.