Consider the two entities Desk and Room below, that represent desks and rooms in a school. If you wanted to model that there are Desks placed inside a certain Room, what would be the best solution?
Assume that you have a TableRecords with the records of some entity. If afterwards you add an attribute to the entity, before adding that attribute to the TableRecords in Service Studio, you have to…