migration property
MigrationStrategy
get
migration
inherited
Defines the migration strategy that will determine how to deal with an
increasing schemaVersion. The default value only supports creating the
database by creating all tables known in this database. When you have
changes in your schema, you'll need a custom migration strategy to create
the new tables or change the columns.
Implementation
MigrationStrategy get migration => MigrationStrategy();