migrations property
List of migrations to execute, in order. Use add to add new migrations.
Implementation
List<SqliteMigration> migrations = [];
List of migrations to execute, in order. Use add to add new migrations.
List<SqliteMigration> migrations = [];