MigrateAction constructor
const
MigrateAction({})
Implementation
const MigrateAction({
required this.env,
required this.password,
required this.migrationsPath,
this.migrationIdentity,
required this.allowRollback,
this.handler,
this.console,
});