errors.fyi community error code reference
SQLITE_SCHEMA
sqlite

Schema changed

The database schema changed between the time a prepared statement was compiled and when it was stepped. Call sqlite3_prepare() again to recompile.

Numeric value: 17

References

← all namespaces