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
Jump to solution
2 Replies
Solution
ConnorHowell
ConnorHowell4mo ago
The data being stored is already JSON, I would just re-use something like viewData on the notification to store additional data
AmauryCid
AmauryCid4mo ago
Thank you for your help!