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

fix(orm): columnName이 지정되어있을 경우, propertyName이 아닌 columnName으로 생성/획득 처리 #47

Open
biud436 opened this issue Sep 19, 2024 · 0 comments

Comments

@biud436
Copy link
Owner

biud436 commented Sep 19, 2024

@Column 데코레이터 사용 시, 사소한 문제가 있습니다.

커스텀으로 지정한 경우, 해당 이름을 사용할 수 있도록 수정이 필요합니다.

외래키를 참조하거나, 테이블 생성 시에 해당 이름으로 생성될 수 있도록 해야 합니다.

@biud436 biud436 changed the title fix(orm): columnName이 지정되어있을 경우, propertyName이 아닌 columnName으로 생성/획득 처리 fix(orm): columnName이 지정되어있을 경우, propertyName이 아닌 columnName으로 생성/획득 처리 Sep 19, 2024
@biud436 biud436 assigned biud436 and unassigned biud436 Dec 8, 2024
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

1 participant