One to one and one to many
Hello,
I currently have
But when I for example create an active meeting, the
Before this, I just had an
Does someone know how to do this properly?
I currently have
But when I for example create an active meeting, the
event_id stays null. Of course, I don't assign it to the active_meeting but idk how to do.Before this, I just had an
event field with Event? type and events with Event[] but a meeting can only have 1 event, not an array and both event and old_event refer to the same event.Does someone know how to do this properly?
