migrator property
This functions takes in the current database and migrates it to the next version. The database will be updated to the next version. Mutates the database.
Implementation
final Migrator migrator;
This functions takes in the current database and migrates it to the next version. The database will be updated to the next version. Mutates the database.
final Migrator migrator;