Schema Modelling - attributes on the relationship

can we add fields at the references e.g. entity A refers entity B one to many but it also has an order associated to each reference.

One way is to rely on the order in the list but if we have to give ability to authors to change the order is there a way to achieve it?

Not directly, but you can create an array field for that and give each array item a reference to B and the additional attributes. Array items can also be sorted in the UI

thanks, that does solve the problem for now.

1 Like