## Currently error output in migrations are lacking Especially for foreign key issues, the error is next to useless. ### Acceptance Criteria 1. Migration errors should output the name of the migration (unless the starting migration log issue gets merged first) 2. Error should output the actual query being performed to easily find it inside the migration. ### Tasks - try/catch in RunMigrationsCommand - perform output in catch by getting query from PDOException ### Additional Notes - {{list additional notes here, remove if not applicable}}
Currently error output in migrations are lacking
Especially for foreign key issues, the error is next to useless.
Acceptance Criteria
Tasks
Additional Notes