From 3cc4b71f291935ebd00516c2952edc30106c338f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=9D=B8=EC=A4=80?= <54973090+dlswns2480@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:50:46 +0900 Subject: [PATCH] =?UTF-8?q?edit=20:=20=EC=8D=B8=EB=84=A4=EC=9D=BC=20?= =?UTF-8?q?=ED=95=84=EB=93=9C=20=ED=83=80=EC=9E=85=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?(#120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/pokit/out/persistence/content/persist/ContentEntity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapters/out-persistence/src/main/kotlin/com/pokit/out/persistence/content/persist/ContentEntity.kt b/adapters/out-persistence/src/main/kotlin/com/pokit/out/persistence/content/persist/ContentEntity.kt index e43a0522..e78fe092 100644 --- a/adapters/out-persistence/src/main/kotlin/com/pokit/out/persistence/content/persist/ContentEntity.kt +++ b/adapters/out-persistence/src/main/kotlin/com/pokit/out/persistence/content/persist/ContentEntity.kt @@ -38,7 +38,7 @@ class ContentEntity( @Column(name = "is_deleted") var deleted: Boolean = false, - @Column(name = "thumb_nail") + @Column(name = "thumb_nail", columnDefinition = "LONGTEXT") var thumbNail: String? ) : BaseEntity() { fun delete() {