Creating an Identity referencing a key within a :map attribute (postgres-stored jsonb)
I have a resource with these attributes:
I'd like to create an identity on the resource that uses a key within the map. Is that possible?
Specifically, I'd like to upsert using this identity. I'm seeing recommendations for Ecto to just do it manually in the database and wondering if there's an Ash Way.
I'd like to create an identity on the resource that uses a key within the map. Is that possible?
Specifically, I'd like to upsert using this identity. I'm seeing recommendations for Ecto to just do it manually in the database and wondering if there's an Ash Way.
