I'm new to working with SQLite and can't get past a ConstraintException. I understand that it's trying to tell me that I am entering a null value into a column that I declared "not null", but that column doesn't exist. I previously had a typo "pone" instead of phone, but when I fixed it, I still ran into the error. So, I deleted all references to a phone value as well as the phone column in the database, saved, synched, restarted, and still got the error. Included are screenshots.
Error message:
Code:
Thanks!