SQLite Forum

alter table "table" add column "name" varchar not null throws Cannot add a NOT NULL column with default value NULL
Login
That makes sense. Guess then I will add with a default value and later remove default value. :D