-
Notifications
You must be signed in to change notification settings - Fork 0
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
add : TypeORM ERD매핑 #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
추가로 모델들을 넣어놓은 폴더의 이름은
폴더 자체가 여러 파일들을 모아놓은 복수형이기에 단수로 서술하는 것이 좋으며
몇 몇 쉘에서는 대소문자를 가리지않기도 하기때문에 전부 소문자로 서술하는 것이 좋습니다. (ex : cmd)
따라서 model
또는 entity
라는 이름을 추천합니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
자잘한 사항들 수정이 안된 것 같으니 체크해주세용
TypeORM으로 ERD매핑시켜 Entities들 작성했습니다.