migrations property

List<Migration> migrations
final

This is a list of migrations that will be run when the database is opened. The order does not matter, they will be sorted by version.

Implementation

final List<Migration> migrations;