drizzle with expo-sqlite
Hi, i am using drizzle with expo-sqlite for offline-first solutions and i want to know how to set flag or version to my schema that will be automatic reset on change the value of version ( drop / create i guess )
1 Reply
for example , i have added new column and when i open app i get an error
Caused by: SQLiteErrorException: Error code 1: table chat_rooms has no column named last_message_text
is there any solution to automatic update table ?