I have a database with 4 columns:
@Override public void onCreate(SQLiteDatabase database) { database.execSQL(\"CREATE TABLE \" + DATABASENAME + \" (name
I have not worked with android, but sqlite provides 'alter table' as most SQL implementations does:
SQLite alter table