notifications where notifications.notifiable_type = App\Models\User and notifications.notifiable_id = 3 and notifications.notifiable_id is not null and json_unquote(json_extract(data, '$."format"')) = filament order by ...AdminPanelProvider.php has databaseNotifications() method. So if you want to have database notifications, you should keep it and check official Laravel documentation to migrate notification table: https://laravel.com/docs/10.x/notifications#database-prerequisitesphp artisan notifications:table
php artisan migrate