migrations property
A list of Migration classes to be run when the schemaVersion is incremented.
Implementation
final List<Migration> migrations;
A list of Migration classes to be run when the schemaVersion is incremented.
final List<Migration> migrations;