Normally, you would have to provide a migration object with a migration strategy for when the schema changes.
Or just use .fallbackToDestructiveMigration()
to destroy and rebuild the database, losing all the data in the process.
Yet, there's a lot more to learn here 😅