> > public void onCreate(SQLiteDatabase db) { > > // Our "db.execSQL" statements for creating the three tables > > live here > > } > > > �...@override > > public void onUpgrade(SQLiteDatabase db, int oldVersion, int > > newVersion) { > > Log.w(TAG, "Upgrading databa...