How To Insert A New Column In SQLite

Author: , March 25th, 2011

A brief intro to altering table structures in SQLite… Note To Self Greetings Self, In the future when dealing with moving data between MySQL and SQLite, remember it is MUCH easier to add columns at the END of a table in SQLite, rather than insert them somewhere in the middle. That being said, read on… […]