Skip to content

Commit

Permalink
[PR] Merge pull request #5 from one-among-us/content_text
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna authored Jun 22, 2023
2 parents d668bf7 + 1ebc846 commit 1412db2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/org/hydev/back/db/PendingComment.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.hydev.back.db

import org.hibernate.annotations.Type
import org.hibernate.Hibernate
import org.hydev.back.bool
import org.hydev.back.int
Expand All @@ -18,7 +19,7 @@ data class PendingComment(
var id: int = 0,
var personId: str = "",

@Column(length = 10000)
@Type(type = "text")
var content: str = "",

var submitter: str = "",
Expand Down

0 comments on commit 1412db2

Please sign in to comment.