feat: Lecture 강의 정보 컬럼 변경

This commit is contained in:
kgc91747 2024-08-09 09:47:04 +09:00
parent 862ed541a0
commit 5740b6f53a

View File

@ -27,10 +27,10 @@ public class Lecture {
@Column @Column
private String title; private String title;
@Lob @Column(columnDefinition = "text")
private String description; private String description;
@Lob @Column(columnDefinition = "text")
private String plan; private String plan;
@Column @Column