You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a OneToMany relationship in my schema.yml file, as I can see the documentation that the Person class has an $address that's a @ManyToOne, but I cannot find info on how to configure this from the schema.yml file.
Is this possible, and if so, is it documented anywhere?