SQLite Forum

ALTER TABLE ADD COLUMN problem
Login
If you end up needing to differentiate between table/column missing, you can prepare "select 1 from t" to determine whether the table exists.