Skip to content

Commit

Permalink
[FIX] @Enumerated 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
unanchoi committed Jan 13, 2024
1 parent 5a4d58b commit 493ced6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public class PartQuestion {

@Id @GeneratedValue(strategy = GenerationType.IDENTITY)
private Long questionId;
@Enumerated(EnumType.STRING)
private String part;
@Column(nullable = false)
private int generation;
Expand Down

0 comments on commit 493ced6

Please sign in to comment.