migrations property

List<Migration> migrations
final

A list of Migration classes to be run when the schemaVersion is incremented.

Implementation

final List<Migration> migrations;