For some reason, the default filter doesn't seems to work for me. Whenever I run php artisan doctrine:migrations:diff it creates a migration that tries to drop the failed_jobs table. Any idea what might be wrong?
'schema' => [
'filter' => '/^(?!password_resets|failed_jobs).*$/',
],