0

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?

Satheeshkumar
  • 452
  • 4
  • 13

1 Answers1

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