Hi all,
I have an entity with an attribute of type "string". I actually want it to be an array. So I created an another entity "array" and I want to add a many-one relationship between string and the array.
So my question is: Is it possible to add a relationship between an entity and an attribute of another entity?
Thanx in advance.