Hello everyone by mistake i replaced a column in m...
# squarelibraries
y
Hello everyone by mistake i replaced a column in my database table without adding migration how can I fix this issue android.database.sqlite.SQLiteException: no such column: tableEntity.tableColimn I know I could drop the entire table and recreate it again but is there a way for me to detect such errors and when that happens I drop the entire database so the issue doesn't happen anymore? more like a general solution