Skip to content

Commit

Permalink
Merge pull request #46 from PowerSupply-ES/feature-admin-problem
Browse files Browse the repository at this point in the history
fix: sample 속성 변경
  • Loading branch information
byeon22 authored Jul 3, 2024
2 parents e2c3bbc + 6cd3774 commit a0d6a06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ProblemEntity {
private int problemScore;
@Column(columnDefinition = "TEXT")
private String context;
@Nullable
@Column(nullable = true)
private int sample;
@Column(columnDefinition = "TEXT")
private String inputs;
Expand Down

0 comments on commit a0d6a06

Please sign in to comment.