I'm trying to create a database table for an android app using SQLite and I'm having issues. The app would crash every time I try to dump the database. It gives me an error "no such column: _id". I double checked multiple times to make sure there's a column for _id, but it's still crashing. Am I creating the table correctly?I'm trying to create a database table for an an