You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PRAGMA foreign_keys = ON; method of ensuring foreign key constraints puts limits on what we are able to do with SQLite ALTER TABLE. See this commit note for details.
The
PRAGMA foreign_keys = ON;method of ensuring foreign key constraints puts limits on what we are able to do with SQLiteALTER TABLE. See this commit note for details.