writeln('Rolling back migrations...');
$connection = new \Phred\Orm\PairityConnection();
$manager = $connection->getManager();
$result = $manager->rollback();
$output->writeln($result);
$output->writeln('Rollback completed successfully.');
return 0;
}
};