https://laravel.com/docs/9.x/migrations#prerequisites
공식 문서에서 dbal을 설치하라고 해서 했는데 migration을 실행하니 오히려 에러가 날 수 도 있다.
Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found
해결책 링크
그냥 아래 command로 다운 그레이드 하면 된다. composer require doctrine/dbal:2.*
composer require doctrine/dbal:2.*