Skip to content

Commit

Permalink
Merge pull request #78 from dongkyun0713/dongkyun
Browse files Browse the repository at this point in the history
fix() : question μˆ˜μ •
  • Loading branch information
dongkyun0713 authored Feb 21, 2024
2 parents eb95e3d + d24b667 commit 5a05b72
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 5a05b72

Please sign in to comment.