We released a version of the application in Play Store which implemented DBFlow, now we wants to update the app into next version, in that we should add two new tables to the existing database using DBFlow. Can anyone help me on this?
Asked
Active
Viewed 279 times
1 Answers
0
You do not need to add any migrations for new tables, DBFlow creates them automatically. Just increase your DB version.

KHanusova
- 187
- 2
- 10
-
Honestly, this does not work with DBFlow on my project, i increased the version to no avail. – Jendorski Labs Apr 03 '19 at 11:06