Skip to content

Commit

Permalink
fix: 🐛 email 칼럼 다시 추가 (#20)
Browse files Browse the repository at this point in the history
* fix: 🐛 빠진 코드 추가

* fix: 🐛 email 칼럼 다시 추가
  • Loading branch information
LEEJaeHyeok97 authored Sep 27, 2024
1 parent ba352eb commit fe06e3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/goormdari/domain/user/domain/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public class User extends BaseEntity {
@Column(name = "password", nullable = false)
private String password;

private String email;

private String profileUrl;

private String routinImg1;
Expand Down

0 comments on commit fe06e3c

Please sign in to comment.