From 034472defae157100520c0a97f52b6b46f886f5a Mon Sep 17 00:00:00 2001 From: Klaus Date: Fri, 29 Aug 2025 01:38:49 +0900 Subject: [PATCH] =?UTF-8?q?fix(chat-character):=20DB=EC=97=90=EC=84=9C=20s?= =?UTF-8?q?peechStyle=20type=EC=9D=84=20varchar=EC=97=90=EC=84=9C=20text?= =?UTF-8?q?=EB=A1=9C=EC=9D=98=20=EB=B3=80=EA=B2=BD=EC=97=90=20=EB=94=B0?= =?UTF-8?q?=EB=9D=BC=20@Column(columnDefinition=20=3D=20"TEXT")=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/chat/character/ChatCharacter.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/ChatCharacter.kt b/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/ChatCharacter.kt index 75d8680..1e5e30a 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/ChatCharacter.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/chat/character/ChatCharacter.kt @@ -37,6 +37,7 @@ class ChatCharacter( var speechPattern: String? = null, // 대화 스타일 + @Column(columnDefinition = "TEXT") var speechStyle: String? = null, // 외모 설명