Skip to content

Commit

Permalink
[SIX-21] style : 필드가 두 개가 작성되어있는 부분을 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bombo-dev committed Oct 23, 2023
1 parent ae3079b commit d50e76e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Review {
private Long id;

@Column(name = "sender_id", nullable = false)
private Long starId; private Long senderId;
private Long senderId;

@Column(name = "receiver_id", nullable = false)
private Long receiverId;
Expand Down

0 comments on commit d50e76e

Please sign in to comment.