migrations property

List<SqliteMigration> migrations
getter/setter pair

List of migrations to execute, in order. Use add to add new migrations.

Implementation

List<SqliteMigration> migrations = [];