I am an iPhone developer. I am using SQLite Manager (SQLite 3) on my iPhone and I have added the SQLite Manager add-on to Firefox on my Mac.
Now I need to create a table with 30 columns. However, the SQLite Manager supports the maximum of 20 columns per table. After adding 20 columns, there is no options to add more.
How can I create a table with more than 20 columns in SQLite?
There are various ways to do it.