MigrationExecutor constructor
const
MigrationExecutor({})
Implementation
const MigrationExecutor({
required this.env,
required this.password,
required this.migrationsPath,
this.allowRollback = true,
});
const MigrationExecutor({
required this.env,
required this.password,
required this.migrationsPath,
this.allowRollback = true,
});