I want to migrate my iPhone app to a new database version. Since I don\'t have some version saved, I need to check if certain column names exist.
This Stackoverflow
.schema table_name
This will list down the column names of the table from the database.
Hope this will help!!!