Skip to content

Commit

Permalink
feat: 회원가입 api 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
m3k0813 committed Jul 4, 2024
1 parent b7b430c commit 824bb34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class User extends BaseEntity {

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "user_id")
@Column(name = "id")
private Long id;

@Column(name = "nickname", nullable = false)
Expand Down

0 comments on commit 824bb34

Please sign in to comment.