Skip to content

Commit

Permalink
Merge pull request #240 from Team-WSS/feat/#239
Browse files Browse the repository at this point in the history
  • Loading branch information
rinarina0429 authored Dec 27, 2024
2 parents 448bccc + 5f2ba1b commit afa305c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/websoso/WSSServer/domain/NovelPlatform.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ public class NovelPlatform {
@JoinColumn(name = "platform_id", nullable = false)
private Platform platform;

@Column(columnDefinition = "Boolean default false", nullable = false)
private Boolean is19;

}

0 comments on commit afa305c

Please sign in to comment.