SQLite Forum

Need If column exist option in SQLite
Login
Unfortunately, there is no "IF NOT EXISTS for ADD COLUMN". 

If it is available, Then I could simply do such as ALTER TABLE MYTABLE ADD COLUMN IF NOT EXISTS NEWCOL String. 

Can you please help me with work around for this? I am beginner for SQLite, so kindly help me with detailed answer. [SQLite Code]