Since postgres uses number IDs by default, when we were storing the relationship field value with postgres we weren't able to query it This fixes that problem by casting the ID to always a string making it safe for querying inside the JSON field
Since postgres uses number IDs by default, when we were storing the relationship field value with postgres we weren't able to query it This fixes that problem by casting the ID to always a string making it safe for querying inside the JSON field