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

User, Member, #175

Open
baekteun opened this issue Jun 27, 2022 · 0 comments
Open

User, Member, #175

baekteun opened this issue Jun 27, 2022 · 0 comments
Labels
chore 세팅 관련입니다.

Comments

@baekteun
Copy link
Member

@OneToMany(() => Member, (member) => member.user)
member: Member[];
@OneToMany(() => RequestJoin, (RequestJoin) => RequestJoin.user)
requestJoin: RequestJoin[];
@OneToMany(
() => ClassRegistration,
(classRegistration) => classRegistration.user,
)
classRegistration: ClassRegistration[];

이런거 같은 ondelete cascade처리 미흡

@baekteun baekteun added the chore 세팅 관련입니다. label Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 세팅 관련입니다.
Projects
None yet
Development

No branches or pull requests

1 participant