I'm trying to add a new column to my table via a migration. We're developing against SQLite, but when I go to add a NOT NULL column with no default specified, I get an error.
A parser for SQLite create table and alter table sql statements. Extremely fast parser with no memory copy overhead MIT licensed with no dependencies (just drop the C file into your project) Never ...
First include the sqlite file in your project. Then copy that file from bundle to documents directory as below and create Database method. -(void)createDatabase{ NSString *pathForDocumentDirectory ...