Skip to content

Commit

Permalink
[Refactor] 테이블명 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
hen715 committed May 2, 2024
1 parent f575e54 commit 954f5d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public void updateFire(Long fireId){
}

@ElementCollection(fetch = FetchType.EAGER)
@CollectionTable(name = "member_roles")
private List<String> roles;

@Override
Expand Down

0 comments on commit 954f5d3

Please sign in to comment.