Filament Database Notifications

I would like to use the Database Notifications as described in the docs here:

https://filamentphp.com/docs/3.x/notifications/database-notifications

However, the migration creates a database table called "notifications" and we already have a database table of that name. I can of course change it in the migration but presumably Filament will be looking for the "notifications" table rather than the one I create.

Can anyone tell me if it is possible to customise this, please?

Thank you.
Was this page helpful?