How can I add many-to-many relations between objects?

For example, I have Persons and Companies, and I want to represent that Persons work at one or more Companies. I defined the content model for Person and Company, but I cannot define a field pointing to a Company or Person, just to basic types (string, integer, blob).

0 votes

0 answers

925 views

ANSWER