migrationsTable property

  1. @override
String get migrationsTable
override

Name of the table/collection the migration history is recorded in. Must match whatever getMigrationsTableSql creates.

Implementation

@override
String get migrationsTable => '_migrations';