Skip to content

Commit

Permalink
refactor: member_password 중복 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
0702Yoon committed Aug 9, 2024
1 parent a2a88e7 commit d95db32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class Member implements UserDetails {
@Column(nullable = false, name = "name")
private String username;

@Column(nullable = false, name = "password")
@Column(nullable = false, name = "member_password")
private String password;

@Column
Expand Down

0 comments on commit d95db32

Please sign in to comment.