Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OneToOne relationship shown as OneToMany #90

Closed
geyuqiu opened this issue May 27, 2020 · 2 comments
Closed

OneToOne relationship shown as OneToMany #90

geyuqiu opened this issue May 27, 2020 · 2 comments

Comments

@geyuqiu
Copy link

geyuqiu commented May 27, 2020


entity Question {
	text String required
}

entity Vote {
	beans Integer required
}

relationship OneToOne {
    Vote to Question
}

Bildschirmfoto 2020-05-27 um 11 04 37

@girvain
Copy link

girvain commented Aug 28, 2020

I have this to and can't solve it?

@deepu105
Copy link
Member

fixed in v2, will be released sometime next week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants