MigrationOperations constructor

MigrationOperations(
  1. Migrator migrator,
  2. QueryExecutor executor
)

Implementation

MigrationOperations(this.migrator, this.executor);