I tried deleting a column by using the following
openDB.execSQL(\"ALTER TABLE favs\" + \" DROP COLUMN favsCount\");
LogCat gives the follow
as mu is too short says Sqlite doesn't allow to do an alter table to delete a column. here you can see the alter syntax definition