Skip to content

Commit

Permalink
#1 fix: 이미지 컬럼명 imgKey로 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
sojungpp committed Jul 23, 2023
1 parent b88877a commit 20d0c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/psr/psr/user/entity/User.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data class User(
@Column(length = 15)
var phone:String,

var profileImgKey: String,
var imgKey: String,

@NotNull
@Enumerated(EnumType.STRING)
Expand Down

0 comments on commit 20d0c70

Please sign in to comment.