We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 Briefing과 Article의 관계가 BriefingArticle이라는 중간 테이블을 통해 N:N로 매핑되어 있습니다.
Briefing
Article
BriefingArticle
이 구조를 1:N 관계로 변경할 예정입니다.
1:N
The text was updated successfully, but these errors were encountered:
ahnsugyeong
Successfully merging a pull request may close this issue.
🔨 리팩토링이 필요한 부분
현재
Briefing
과Article
의 관계가BriefingArticle
이라는 중간 테이블을 통해 N:N로 매핑되어 있습니다.이 구조를
1:N
관계로 변경할 예정입니다.✅ refactoring TODO
The text was updated successfully, but these errors were encountered: