SQLite Forum

Error when trying to add a column (Error checking foreign keys after table modification)
Login
I am using DB Browser for SQLite (on Linux Mint). When I try to add a column to an existing table (via Modify table/Add field) I get "Error checking foreign keys after table modification. The changes will be reverted" When I add the column via the sqlite3 command prompt there is no problem