I'm still more than simply curious to understand how an impossible thing happened. Can you run, `PRA

I'm still more than simply curious to understand how an impossible thing happened. Can you run, PRAGMA table_info(table_name) and show us the output? I'm wondering if the table was originally created with a different primary key and changed your code to something like, CREATE TABLE IF NOT EXISTS... with the primary key that you now think is the primary key but it actually isn't.
Was this page helpful?