Hi, for historical reasons, I still using prisma 1 and some question confusing me.
Could I get the related model previous values in ‘$subscribe’?
I want to get the old data before some update happen but previousValues only shows scalar type fields.
Is my problem possible? How could I watch the complex table which has many relations?