gabriel
Hello, Gabriel
Thank you for your answer. It was the weekend so i saw Your answer now
I would find this useful because I want to link several entities together and it would be much more convenient to have a more precise name for the primary key (in my case it is "incident_id"), rather than just an abstract "id".
I understood that in REI3 the primary keys in each entity are called "id", but do I understand correctly that if I want to link, for example, two entities together, then I will need to create a separate attribute so that the key names do not duplicate each other's names (in the case of Rei3 it is "id") or can I link two entities by the "id" attributes that come by default?
Example:
I am creating an "incidents" entity, in which I will store basic information about an incident, and the primary key will be "id" (not "incident_id", as I would like).
I want to link the "incidents" entity with the "objects" entity - one incident can correspond to several objects (a "1-to-many" relationship) - do I need to create a special attribute to link these entities?