diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/CreatorCheers.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/CreatorCheers.kt index 8aa260c8..5d9a7f8e 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/CreatorCheers.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/CreatorCheers.kt @@ -10,7 +10,7 @@ import javax.persistence.ManyToOne import javax.persistence.OneToMany @Entity -data class CreatorCheers( +class CreatorCheers( @Column(columnDefinition = "TEXT", nullable = false) var cheers: String, var languageCode: String?,