Skip to content

Commit

Permalink
[ADD] nullable 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Oct 27, 2023
1 parent f4bb415 commit 0688f17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class Alarm extends BaseEntity {
@Enumerated(value = STRING)
private Part part;

@Column(columnDefinition = "TEXT")
@Column(columnDefinition = "TEXT", nullable = false)
@Convert(converter = StringListConverter.class)
private List<String> targetList;

Expand Down

0 comments on commit 0688f17

Please sign in to comment.