migrations property
MigrationSection
get
migrations
Migrations metadata for the active connection.
Implementation
MigrationSection get migrations => activeConnection.migrations;
Migrations metadata for the active connection.
MigrationSection get migrations => activeConnection.migrations;