Skip to content

Commit

Permalink
#1 fix: reportCategory notnull 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sojungpp committed Jul 23, 2023
1 parent feb1222 commit 1965998
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ data class ReviewReport(
@JoinColumn(nullable = false, name = "user_id")
var user: User,

@NotNull
@Enumerated(EnumType.STRING)
var category: ReportCategory

Expand Down

0 comments on commit 1965998

Please sign in to comment.