SQLite Sequence
Represents the internal sqlite_sequence table in SQLite.
This table is automatically created and maintained by SQLite to track the largest ROWID that a table has ever held, which is used for AUTOINCREMENT columns. It is generally not recommended to modify this table directly.
Author
MOHAMMAD AZIM ANSARI