Skip to content

Commit

Permalink
edit : 썸네일 필드 타입 수정 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlswns2480 authored Aug 24, 2024
1 parent 7fbda94 commit 3cc4b71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 3cc4b71

Please sign in to comment.