Skip to content

Commit

Permalink
fix() : question μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkyun0713 committed Feb 21, 2024
1 parent bfd57a6 commit d24b667
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ public class Question extends BaseEntity {

@Column(name = "question_content", nullable = false, columnDefinition = "TEXT")
private String content;
@Column(name = "send_Experience", nullable = false)
private Integer sendExperience;

// μ±„νƒλœ λ‹΅λ³€ ID
@Setter
Expand Down

0 comments on commit d24b667

Please sign in to comment.