ERROR Android Studio SQLite table "inventory" has no column named "quantity"
I know its simple and I am just new to SQLite and Android Studio, but I am trying to create a database table inventory each item having an ID, item name, and quantity. Then view that database table in RecyclerView. Right now I am getting the error message: E/SQLiteDatabase: Error inserting item=Apples _id=1 quantity=5 android.database.sqlite.SQLiteException:… Read More ERROR Android Studio SQLite table "inventory" has no column named "quantity"