Database Notification Data

I want to add custom json data to a database notification. I see there's no method for this. How could I achieve it? Also, how about modify de type column in the database?
Solution
The data being stored is already JSON, I would just re-use something like viewData on the notification to store additional data
Was this page helpful?