downMigration property

SqliteDownMigration? downMigration
getter/setter pair

Optional: Add a down migration to allow this migration to be reverted if the user installs an older version.

If the user will never downgrade the application/database version, this is not required.

Limited downgrade support can be added by only providing downMigrations for the last migration(s).

Implementation

SqliteDownMigration? downMigration;