I'm using SQLite in FlutterFlow, and I've noticed that every time I need to update the file, I have to delete the app from my phone and install it again. How can I make this just an app update? Is it possible to use Alter Table to make these changes without having to delete and reinstall the app on my phone?
ALTER TABLE SQLITE
Database & APIs
Test in SQLITE code.
Yes
1