We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2de9e commit b46991fCopy full SHA for b46991f
src/main/java/com/back/domain/user/entity/User.java
@@ -35,4 +35,6 @@ public class User {
35
@Builder.Default
36
@Column(nullable = false, length = 20)
37
private String role = "USER";
38
+
39
+ private String profileImgUrl;
40
}
0 commit comments