SQLite Forum

Bug: .SCHEMA export sqlite_sequence table
Login
The `.schema` CLI command exports the `sqlite_sequence` table.

The problem is when the exported file is fed back to the CLI, it complains that this table is only for internal use.  So, manual editing is needed to remove that table definition.