migrationsTable property
Name of the table/collection the migration history is recorded in. Must match whatever getMigrationsTableSql creates.
Implementation
@override
String get migrationsTable => '_migrations';
Name of the table/collection the migration history is recorded in. Must match whatever getMigrationsTableSql creates.
@override
String get migrationsTable => '_migrations';