Skip to content

Commit

Permalink
fix: column명 수정
Browse files Browse the repository at this point in the history
fix: column명 수정
  • Loading branch information
yj-leez authored Dec 28, 2023
2 parents 589b75f + 81215a4 commit 9de4b4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class Hobby {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "user_id")
@Column(name = "hobby_id")
private Long id;

@Setter
Expand Down

0 comments on commit 9de4b4c

Please sign in to comment.